EMR Serverless Custom Image failure

0

Hi.

I have set up an EMR Serverless application to run a simple Hello World spark job. I've configured everything properly and the job execution is successful.

Next, I've created a custom image according to the official docs:
https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/application-custom-image.html

However, once I've updated the application to use the custom image and submitted the same Spark job it fails. No logs are available and no clue about the error cause.

Please advise a possible solution.

Thanks.

  • If you're building on an M1 or M2 Mac, make sure you've added --platform=linux/amd64 to the FROM line in your Dockerfile or you've chosen arm64 architecture when you create your application.

質問済み 1年前655ビュー
1回答
0

Thank you. That solved my issue.

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン