-
- Downloads
[SPARK-14245][WEB UI] Display the user in the application view
## What changes were proposed in this pull request? The Spark UI (both active and history) should show the user who ran the application somewhere when you are in the application view. This was added under the Jobs view by total uptime and scheduler mode. ## How was this patch tested? Manual testing <img width="191" alt="username" src="https://cloud.githubusercontent.com/assets/13952758/14222830/6d1fe542-f82a-11e5-885f-c05ee2cdf857.png"> Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #12123 from ajbozarth/spark14245.
Showing
- core/src/main/scala/org/apache/spark/ui/SparkUI.scala 4 additions, 0 deletionscore/src/main/scala/org/apache/spark/ui/SparkUI.scala
- core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala 4 additions, 0 deletions...src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala
- core/src/main/scala/org/apache/spark/ui/jobs/JobsTab.scala 2 additions, 0 deletionscore/src/main/scala/org/apache/spark/ui/jobs/JobsTab.scala
Please register or sign in to comment