sarutak commented on issue #28036: [SPARK-26341][CORE]Expose executor memory 
metrics at the stage level, in the Stages tab
URL: https://github.com/apache/spark/pull/28036#issuecomment-610724928
 
 
   These metrics you want to add are calculated per Executor rather than per 
Stage.
   So I don't think it's not proper to add those metrics to StagePage.
   
   `Peak Execution Memory` is already shown in the task table, which is 
calculated per task.
   `On/Off Heap Storage Memory` is also already shown in ExecutorsPage. These 
metrics are calculated per Executor so it's proper to be shown in ExecutorsPage.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to