GitHub user shivusondur opened a pull request:

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

    [SPARK-25675] [Spark Job History] Job UI page does not show pagination with 
one page

    ## What changes were proposed in this pull request?
    Currently in PagedTable.scala pageNavigation() method, if it is having only 
one page, they were not using the pagination.
    Now it made to use the pagination, even if it is having one page.
    
    ## How was this patch tested?
    This tested with Spark webUI and History page in spark local setup.

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

    $ git pull https://github.com/shivusondur/spark pagination

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

    https://github.com/apache/spark/pull/22668.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 #22668
    
----
commit 08328c9fd41787b0bd6c81d077f6d917d57690a2
Author: shivusondur <shivusondur@...>
Date:   2018-10-08T04:32:28Z

    [SPARK-25675] [Spark Job History] Job UI page does not show pagination with 
one page
    Removed the check for single page and made to show pagination for even 
single page

----


---

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

Reply via email to