You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dongjoon-hyun <gi...@git.apache.org> on 2018/09/23 23:12:57 UTC

[GitHub] spark pull request #22525: [SPARK-25503][WEBUI] Total task message in stage ...

Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22525#discussion_r219715130
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
    @@ -132,7 +132,7 @@ private[ui] class StagePage(parent: StagesTab, store: AppStatusStore) extends We
         val totalTasksNumStr = if (totalTasks == storedTasks) {
           s"$totalTasks"
         } else {
    -      s"$storedTasks, showing ${totalTasks}"
    +      s"$totalTasks, showing $storedTasks"
    --- End diff --
    
    Could you update the title to `[SPARK-25503][CORE][WEBUI] ...`?


---

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