Concurrent jobs in emr serverless

0

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

Vaas
질문됨 2달 전511회 조회
2개 답변
2
수락된 답변

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
지원 엔지니어
답변함 2달 전
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
전문가
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인