
Explanation:
The question asks which Ganglia Metrics indicate a bottleneck caused by code executing on the driver. When the driver is overloaded (e.g., due to serial processing or task scheduling delays), the executors remain underutilized.
Other options like A, B, and C relate to load averages, disk space, or network bytes, which are less directly tied to driver-specific bottlenecks in this scenario.
Ultimate access to all questions.
In a production cluster with 3 executor nodes where the driver and executors use the same VM type, which Ganglia Metrics indicator would identify a performance bottleneck due to driver-side code execution?
A
The five Minute Load Average remains consistent/flat
B
Bytes Received never exceeds 80 million bytes per second
C
Total Disk Space remains constant
D
Network I/O never spikes
E
Overall cluster CPU utilization is around 25%
No comments yet.