-
- Downloads
[SPARK-5326] Show fetch wait time as optional metric in the UI
With this change, here's what the UI looks like:  If you want to locally test this, you need to spin up multiple executors, because the shuffle read metrics are only shown for data read remotely. Author: Kay Ousterhout <kayousterhout@gmail.com> Closes #4110 from kayousterhout/SPARK-5326 and squashes the following commits: 610051e [Kay Ousterhout] Josh style comments 5feaa28 [Kay Ousterhout] What is the difference here?? aa129cb [Kay Ousterhout] Removed inadvertent change 721c742 [Kay Ousterhout] Improved tooltip f3a7111 [Kay Ousterhout] Style fix 679b4e9 [Kay Ousterhout] [SPARK-5326] Show fetch wait time as optional metric in the UI
Showing
- core/src/main/resources/org/apache/spark/ui/static/webui.css 2 additions, 1 deletioncore/src/main/resources/org/apache/spark/ui/static/webui.css
- core/src/main/scala/org/apache/spark/ui/ToolTips.scala 4 additions, 2 deletionscore/src/main/scala/org/apache/spark/ui/ToolTips.scala
- core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala 38 additions, 2 deletionscore/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
- core/src/main/scala/org/apache/spark/ui/jobs/TaskDetailsClassNames.scala 1 addition, 0 deletions...cala/org/apache/spark/ui/jobs/TaskDetailsClassNames.scala
Loading
Please register or sign in to comment