GitHub user mgaido91 opened a pull request:

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

    [SPARK-23475][UI] Show also skipped stages

    ## What changes were proposed in this pull request?
    
    SPARK-20648 introduced the status `SKIPPED` for the stages. On the UI, 
previously, skipped stages were shown as `PENDING`; after this change, they are 
not shown on the UI.
    
    The PR introduce a new section in order to show also `SKIPPED` stages in a 
proper table.
    
    ## How was this patch tested?
    
    manual tests


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

    $ git pull https://github.com/mgaido91/spark SPARK-23475

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

    https://github.com/apache/spark/pull/20651.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 #20651
    
----
commit 5f5d0da2b0f3b41f3c3e73d100820aa6c721e1b7
Author: Marco Gaido <marcogaido91@...>
Date:   2018-02-21T12:37:07Z

    [SPARK-23475][UI] Show also skipped stages

----


---

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

Reply via email to