Github user pgandhi999 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21809#discussion_r205878279
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
    @@ -182,6 +198,15 @@ private[ui] class StagePage(parent: StagesTab, store: 
AppStatusStore) extends We
                   {Utils.bytesToString(stageData.diskBytesSpilled)}
                 </li>
               }}
    +          {if (!stageJobIds.isEmpty) {
    +            <li>
    +              <strong>Associated Job Ids: </strong>
    +              {for (jobId <- stageJobIds) yield {val detailUrl = 
"%s/jobs/job/?id=%s".format(
    --- End diff --
    
    Done


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to