Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/23125#discussion_r235995724 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala --- @@ -79,6 +79,9 @@ private[ui] class StagePage(parent: StagesTab, store: AppStatusStore) extends We localityNamesAndCounts.sorted.mkString("; ") } + private def jobURL(request: HttpServletRequest, jobId: Int): String = --- End diff -- Make sense. I have updated the code.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org