GitHub user vanzin opened a pull request:

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

    [SPARK-24414][ui] Calculate the correct number of tasks for a stage.

    This change takes into account all non-pending tasks when calculating
    the number of tasks to be shown. This also means that when the stage
    is pending, the task table (or, in fact, most of the data in the stage
    page) will not be rendered.
    
    I also fixed the label when the known number of tasks is larger than
    the recorded number of tasks (it was inverted).


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

    $ git pull https://github.com/vanzin/spark SPARK-24414

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

    https://github.com/apache/spark/pull/21457.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 #21457
    
----
commit 40b6cb7117598560d91bf6efb148c482eadd8daf
Author: Marcelo Vanzin <vanzin@...>
Date:   2018-05-29T21:12:12Z

    [SPARK-24414][ui] Calculate the correct number of tasks for a stage.
    
    This change takes into account all non-pending tasks when calculating
    the number of tasks to be shown. This also means that when the stage
    is pending, the task table (or, in fact, most of the data in the stage
    page) will not be rendered.
    
    I also fixed the label when the known number of tasks is larger than
    the recorded number of tasks (it was inverted).

----


---

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

Reply via email to