You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ABHISHEK KUMAR GUPTA (JIRA)" <ji...@apache.org> on 2018/10/08 04:27:00 UTC

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

ABHISHEK KUMAR GUPTA created SPARK-25675:
--------------------------------------------

             Summary: [Spark Job History] Job UI page does not show pagination with one page
                 Key: SPARK-25675
                 URL: https://issues.apache.org/jira/browse/SPARK-25675
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 2.3.1
            Reporter: ABHISHEK KUMAR GUPTA


1. set spark.ui.retainedJobs= 10000 in spark-default conf of spark Job History
 2. Restart Job History
 3. Submit Beeline jobs for 10000
 4. Launch Job History UI Page
 5. Select JDBC Running Application ID from Incomplete Application Page
 6. Launch Jo Page
 7. Pagination Panel display based on page size as below
 ----------------------------------------------------------------------------------------------------------------------------
 Completed Jobs XXX
 Page: 1 2 3 ....................... XX Page: Jump to 1 show 100 items in a page
 -----------------------------------------------------------------------------------------------------------------------------
 8. Change the value in Jump to 1 show *XXX* items in page, that is display all completed Jobs in a single page

*Actual Result:*
 All completed Jobs will be display in a Page but no Pagination panel so that User can modify and set the number of Jobs in a page.

*Expected Result:*
 It should display the Pagination panel as below
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 Page: 1                                                             1 Page: Jump to 1 show *XXX* items in a page
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 Pagination of page size *1* because it is displaying total number of completed Jobs in a single Page.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org