In case you are working a GlueJob
in AWS and get the next error:
An error occurred whereas calling o86.getDynamicFrame. Exception thrown in awaitResult:
Then you must view the CloudWatch logs that will help you pinpoint the place the issue is occuring.
resolve the Exception thrown in awaitResult
Itβs extremely possible that the difficulty is in an expired IAM Function.
When a Function is created in IAM, the default most session length
is about to 1 hour
.
In case your GlueJob
completes earlier than this time, you then gainedβt see the above error.
So you’ll be able to resolve this by setting your Function
βs most session length
to a bigger quantity.
Click on Edit
within the Functionβs particular console web page and choose a better length
time.
The utmost worth attainable is 12 hours
until you set a customized length
.