Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
Description
Collect and show the new executor memory metrics for each stage, to provide more information on how memory is used per stage.
Modify the AppStatusListener to track the peak values for JVM used memory, execution memory, storage memory, and unified memory for each executor for each stage.
This is a subtask for SPARK-23206. Please refer to the design doc for that ticket for more details.