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

    https://github.com/apache/spark/pull/21809#discussion_r204103981
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
    @@ -182,6 +184,12 @@ private[ui] class StagePage(parent: StagesTab, store: 
AppStatusStore) extends We
                   {Utils.bytesToString(stageData.diskBytesSpilled)}
                 </li>
               }}
    +          {if (!stageJobIds.isEmpty) {
    +            <li>
    +              <strong>Associated Job Ids: </strong>
    +              {stageJobIds}
    --- End diff --
    
    make it href link?


---

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

Reply via email to