srowen commented on issue #23379: [SPARK-26440][WEBUI] Show total CPU time across all tasks on stage pages URL: https://github.com/apache/spark/pull/23379#issuecomment-452721843 I'm not strongly against it, but the UI is already crowded. I don't think the elements at the top of the stage page really belong there to begin with. For example, the total run time could simply be a 'total' row in the table of aggregated executor metrics, as could shuffle bytes. The CPU run time could be another column with total too -- is that not one of the additional metrics you can display on this screen? (don't have a Spark job in front of me). Those would be a cleaner way to add this info and clean up some of the information overload here.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
