1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
Please note that the metric- glue.driver.ExecutorAllocationManager.executors.numberMaxNeededExecutors does not depend upon the number of workers configured by you for the job. It is dynamically calculated as the job progresses. Generally this metric has a higher value at the beginning of the job. It just shows the maximum number of executors that are required in current moment to satisfy the workload. This is a spark related metric and it is calculated by making use of number of partitions, number of tasks per executor.
Please refer this documentation for more details regarding various metrics of a Glue job.
You can have a look at this documentation which shows how various calculations involving executors.
Contenido relevante
- preguntada hace un mes
- preguntada hace 21 días
- preguntada hace un mes
- preguntada hace 10 días
- OFICIAL DE AWSActualizada hace 3 años
- OFICIAL DE AWSActualizada hace 2 años