Does EMR serverless use YARN for resource management?

0

Does EMR serverless use YARN for resource management? What is the default resource management tool used by EMR serverless?

posta un anno fa550 visualizzazioni
1 Risposta
0

According to [1] EMR serverless uses something that is known as ‘workers’ to execute workloads. These workers vary based on the application type and Amazon’s EMR release version .

Essentially, EMR serverless will prepare and configure the resources as needed. It will automatically calculate and allocate the compute and memory resources needed to process job requests and scale them at the time of running the job.

In addition, these ‘workers’ are utilizing Spark’s Dynamic Resource Allocation so that each job gets the resources it needs. Because it automatically scales depending on the need, you will not be over/under provisioning resources. There is no need to worry about resizing a cluster, cluster size, or type of instance.

Hope this answers your question

References : [1] Workers https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/emr-serverless.html#concepts-workers

AWS
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