GitHub user shahidki31 opened a pull request:

    https://github.com/apache/spark/pull/22525

    [SPARK-25503] Total task message in stage page is ambiguous

    ## What changes were proposed in this pull request?
    Test steps : 
       1) bin/spark-shell --conf spark.ui.retainedTasks=10
       2) val rdd = sc.parallelize(1 to 1000, 1000)
      3)  rdd.count
    
    Stage page tab in the UI will display 10 tasks, but display message is 
wrong. It should reverse.
     
    **Before fix :** 
    
![webui_1](https://user-images.githubusercontent.com/23054875/45917921-8926d800-be9c-11e8-8da5-3998d07e3ccc.jpg)
    
    **After fix**
    
![spark_web_ui2](https://user-images.githubusercontent.com/23054875/45917935-b4112c00-be9c-11e8-9d10-4fcc8e88568f.jpg)
    
    ## 
    How was this patch tested?
    
    Manually tested
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shahidki31/spark SparkUI

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22525.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22525
    
----
commit b224a31718b3a5c6ce8754322b1e7d2dd364ac14
Author: Shahid <shahidki31@...>
Date:   2018-09-22T09:58:35Z

    [SPARK-25503] Total task message in stage page is ambiguous

----


---

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

Reply via email to