GitHub user nblintao opened a pull request:

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

    [SPARK-15591] [WEBUI] Paginate Stage Table in Stages tab

    ## What changes were proposed in this pull request?
    
    This patch adds pagination support for the Stage Tables in the Stage tab. 
Pagination is provided for all of the four Job Tables (active, pending, 
completed, and failed). Besides, the paged stage tables are also used in 
JobPage (the detail page for one job) and PoolPage.
    
    Interactions (jumping, sorting, and setting page size) for paged tables are 
also included.
    
    ## How was this patch tested?
    
    Tested manually by using checking the Web UI after completing and failing 
hundreds of jobs.  Same as the testings for [Paginate Job Table in Jobs 
tab](https://github.com/apache/spark/pull/13620).
    
    This shows the pagination for completed stages:
    ![paged stage 
table](https://cloud.githubusercontent.com/assets/5558370/16125696/5804e35e-3427-11e6-8923-5c5948982648.png)


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

    $ git pull https://github.com/nblintao/spark stageTable

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

    https://github.com/apache/spark/pull/13708.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 #13708
    
----
commit 4255c094a72699bdc08ce2f8ed09ba0401927d5c
Author: Tao Lin <[email protected]>
Date:   2016-06-16T16:50:25Z

    paginate stage table in stages tab

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to