-
- Downloads
[SPARK-14025][STREAMING][WEBUI] Fix streaming job descriptions on the event timeline
## What changes were proposed in this pull request? Removed the extra `<a href=...>...</a>` for each streaming job's description on the event timeline. ### [Before]  ### [After]  ## How was this patch tested? test suits, manual checks (see screenshots above) Author: Liwei Lin <proflin.me@gmail.com> Author: proflin <proflin.me@gmail.com> Closes #11845 from lw-lin/description-event-line.
Showing
- core/src/main/scala/org/apache/spark/ui/UIUtils.scala 35 additions, 12 deletionscore/src/main/scala/org/apache/spark/ui/UIUtils.scala
- core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala 8 additions, 2 deletions...src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala
- core/src/test/scala/org/apache/spark/ui/UIUtilsSuite.scala 65 additions, 9 deletionscore/src/test/scala/org/apache/spark/ui/UIUtilsSuite.scala
Please register or sign in to comment