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.

posta un anno fa660 visualizzazioni
1 Risposta
0

Thank you. That solved my issue.

con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande