Concurrent jobs in emr serverless

0

Is there an option to run parallel jobs in emr serverless application natively

Vaas
gefragt vor 2 Monaten511 Aufrufe
2 Antworten
2
Akzeptierte Antwort

A bit of additional information.

As you can submit multiple jobs to an EMR-S application and each job will continue to run in parallel, however ensure those jobs hit the configured application limit or account level limit which has to be increased depends on your usecase and requirement. If you submit a single job with full capacity of application resource limit/account limit, then another job might not be executed in parallel.

Besides, to add more and more jobs with a fixed application maximum capacity limits, you need to handle them via AWS Step function and retry job submission in case the resources not available to serve the new jobs as of today.

To control the number of jobs that can run in parallel, we need the EMR serverless queue which can manage temporal overloads and force the jobs to wait for free resources when the application max capacity reached. This feature will be included in future soon.

AWS
SUPPORT-TECHNIKER
beantwortet vor 2 Monaten
2

Yes, EMR Serverless supports running parallel jobs natively within a single application. It automatically manages resource allocation and scaling to accommodate concurrent execution of multiple jobs. You can get more information about it in the Announcing Amazon EMR Serverless

Announcing Amazon EMR Serverless

profile picture
EXPERTE
beantwortet vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen