Home > front end >  AWS Glue error - Invalid input provided while running python shell program
AWS Glue error - Invalid input provided while running python shell program

Time:07-28

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?

CodePudding user response:

I'm having the same issue, maybe it has to be with the amazon servers, because I haven't changed anything to my python shell script and It was running well yesterday, something weird, and my error logs say: "The specified log stream does not exist."

CodePudding user response:

Same issue here in eu-west-2 yesterday, working now. This was only happening with Pythonshell jobs, not Pyspark ones, and job runs weren't getting as far as outputting any log streams. I can only assume it was an AWS issue they've now fixed and not issued a service announcement for.

  • Related