-
- Downloads
[SPARK-1301][WEB UI] Added anchor links to Accumulators and Tasks on StagePage
## What changes were proposed in this pull request? Sometimes the "Aggregated Metrics by Executor" table on the Stage page can get very long so actor links to the Accumulators and Tasks tables below it have been added to the summary at the top of the page. This has been done in the same way as the Jobs and Stages pages. Note: the Accumulators link only displays when the table exists. ## How was this patch tested? Manually Tested and dev/run-tests   Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #13037 from ajbozarth/spark1301.
Showing
- core/src/main/resources/org/apache/spark/ui/static/webui.css 2 additions, 2 deletionscore/src/main/resources/org/apache/spark/ui/static/webui.css
- core/src/main/resources/org/apache/spark/ui/static/webui.js 47 additions, 0 deletionscore/src/main/resources/org/apache/spark/ui/static/webui.js
- core/src/main/scala/org/apache/spark/ui/UIUtils.scala 1 addition, 0 deletionscore/src/main/scala/org/apache/spark/ui/UIUtils.scala
- core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala 14 additions, 2 deletionscore/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
Loading
Please register or sign in to comment