If you’re working a GlueJob
in AWS and get the next error:
An error occurred whereas calling o86.getDynamicFrame. Exception thrown in awaitResult:
Then it’s good to view the CloudWatch logs that can assist you pinpoint the place the issue is occuring.
The right way to resolve the Exception thrown in awaitResult
It’s extremely probably that the difficulty is in an expired IAM Function.
When a Function is created in IAM, the default most session length
is ready to 1 hour
.
In case your GlueJob
completes earlier than this time, you then gained’t see the above error.
So you possibly can 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 the next length
time.
The utmost worth potential is 12 hours
until you set a customized length
.