Why does my Amazon EMR application fail with an HTTP 404 "Not Found" AmazonS3Exception?

1 minute read
0

When I run an application on Amazon EMR, the application fails with the HTTP 404 "Not Found" AmazonS3Exception.

Resolution

You might get this error when your application tries to access an Amazon S3 file or path that doesn't exist.

Confirm the Amazon S3 path

Before you launch your application, confirm that you entered the correct Amazon S3 path. Also, confirm that the path exists. For more information, see Input and output errors.

Resolve application or account conflicts

Before you launch your application, check whether other applications or accounts are actively accessing the same Amazon S3 path. For more information about tools that you can use to monitor your Amazon S3 account, see Monitoring tools.

Related information

Why does my Spark or Hive job on Amazon EMR fail with an HTTP 503 "Slow Down" AmazonS3Exception?

Why does my Amazon EMR application fail with an HTTP 403 "Access Denied" AmazonS3Exception?

Error responses

AWS OFFICIAL
AWS OFFICIALUpdated a month ago