[GitHub] spark pull request #20662: [SPARK-23475][UI][BACKPORT-2.3] Show also skipped...

2018-02-26 Thread mgaido91
Github user mgaido91 closed the pull request at:

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


---

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



[GitHub] spark pull request #20662: [SPARK-23475][UI][BACKPORT-2.3] Show also skipped...

2018-02-23 Thread mgaido91
GitHub user mgaido91 opened a pull request:

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

[SPARK-23475][UI][BACKPORT-2.3] 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.

Manual backport from to branch-2.3.


## How was this patch tested?

added UT


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

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

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

https://github.com/apache/spark/pull/20662.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 #20662


commit 619a37132ef8c23e63c66261ac525c6307cec23c
Author: Marco Gaido 
Date:   2018-02-22T19:00:12Z

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

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.

manual tests

Author: Marco Gaido 

Closes #20651 from mgaido91/SPARK-23475.




---

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