pythonamazon-web-servicesamazon-s3aws-glueaws-glue-spark

AWS Glue error - Invalid input provided while running python shell program


I have Glue job, a python shell code. When I try to run it I end up getting the below error. Job Name : xxxxx Job Run Id : yyyyyy failed to execute with exception Internal service error : Invalid input provided It is not specific to code, even if I just put

import boto3
print('loaded')

I am getting the error right after clicking the run job option. What is the issue here?


Solution

  • I think Quatermass is right, the jobs started working out of the blue the next day without any changes.