Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Glue job s3 file not found exception
0
Hi, I'm trying to run a simple glue job to convert a set of csv files to parquet. I'm seeing the following error in the error logs when running the job.
Caused by: java.io.FileNotFoundException: No such file or directory 's3://.../*.csv'
The glue script was entirely generated by aws and was not modified by me. So why am I getting this error?