1 個回答
- 最新
- 最多得票
- 最多評論
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.