GitHub user caneGuy opened a pull request:

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

    [SPARK-22175][WEB-UI] Add status column to history page

    ## What changes were proposed in this pull request?
    
    Currently, the history page has no status column which represent the status 
of application.
    This patch add status column to history page.
    Before modifying:
    
![before](https://user-images.githubusercontent.com/26762018/31041854-c1c71946-a5ce-11e7-8f96-dcab28f8faf0.png)
    After modifying:
    
![after](https://user-images.githubusercontent.com/26762018/31041857-c772699a-a5ce-11e7-9ae4-43e00d926e72.png)
    
    ## How was this patch tested?
    Pass related unit test and manually test.


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

    $ git pull https://github.com/caneGuy/spark zhoukang/add-status

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

    https://github.com/apache/spark/pull/19399.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 #19399
    
----
commit e00be3f66d5911aef8197602fda08542dcc88807
Author: zhoukang <zhoukang199...@gmail.com>
Date:   2017-09-29T11:30:18Z

    Add status column on history page

commit c5969867377f398c7d8fb3166b29876477dbcdb7
Author: zhoukang <zhoukang199...@gmail.com>
Date:   2017-09-30T02:30:31Z

    Refine unit test for history server

----


---

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

Reply via email to