GitHub user shahidki31 opened a pull request:

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

    [SPARK-26119][CORE][WEBUI]Task summary table should contain only successful 
tasks' metrics

    ## What changes were proposed in this pull request?
    
    Task summary table in the stage page currently displays the summary of all 
the tasks. However, we should display the task summary of only successful 
tasks, to follow the behavior of previous versions of spark.
    
    
    ## How was this patch tested?
    Added UT. attached screenshot
    Before patch:
    ![screenshot from 2018-11-20 
00-36-18](https://user-images.githubusercontent.com/23054875/48729339-62e3a580-ec5d-11e8-81f0-0d191a234ffe.png)
    
    
    ![screenshot from 2018-11-20 
01-18-37](https://user-images.githubusercontent.com/23054875/48731112-41d18380-ec62-11e8-8c31-1ffbfa04e746.png)
    


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

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

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

    https://github.com/apache/spark/pull/23088.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 #23088
    
----
commit cfe2d5f3744f2d10d917883713cd78678b5157a1
Author: Shahid <shahidki31@...>
Date:   2018-11-19T18:23:57Z

    task summary should contain only successful tasks

----


---

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

Reply via email to