Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-25675

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.1
    • 3.0.0
    • Web UI
    • None

    Description

      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.

      Attachments

        Activity

          People

            shivusondur@gmail.com Shivu Sondur
            abhishek.akg ABHISHEK KUMAR GUPTA
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: