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?

preguntada hace un año550 visualizaciones
1 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas