1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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.
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren