GitHub user stanzhai opened a pull request:

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

    [SPARK-25064][WEBUI] Add killed tasks count info to WebUI

    ## What changes were proposed in this pull request?
    
    Add missing killed tasks to WebUI.
    
    Total tasks = Active + Failed + Killed + Complete tasks.
    
    ## How was this patch tested?
    
    Manual tests + Unit tests

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

    $ git pull https://github.com/stanzhai/spark fix-webui-task-count

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

    https://github.com/apache/spark/pull/22051.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 #22051
    
----
commit 4317d0c578e3dd1bd3182325bf7089fa380420e5
Author: Stan Zhai <mail@...>
Date:   2018-08-03T07:21:45Z

    add killed task count info to webui

----


---

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

Reply via email to