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

    https://github.com/apache/spark/pull/22177#discussion_r212003441
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobPage.scala ---
    @@ -337,7 +337,9 @@ private[ui] class JobPage(parent: JobsTab, store: 
AppStatusStore) extends WebUIP
           store.executorList(false), appStartTime)
     
         val operationGraphContent = 
store.asOption(store.operationGraphForJob(jobId)) match {
    -      case Some(operationGraph) => UIUtils.showDagVizForJob(jobId, 
operationGraph)
    +      case Some(operationGraph) => UIUtils.showDagVizForJob(jobId, 
operationGraph.sortWith(
    +        
_.rootCluster.id.replaceAll(RDDOperationGraph.STAGE_CLUSTER_PREFIX, "").toInt
    --- End diff --
    
    Add `getStageId` function in `RDDOperationGraph` to do this will be better.


---

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

Reply via email to