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

[Spark Job History] SQL UI Page does not support Pagination

    XMLWordPrintableJSON

Details

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

    Description

      1. configure spark.sql.ui.retainedExecutions = 50000 ( In Job History Spark-default.conf )
      2. Execute beeline Jobs more than 20000
      3. Open the UI page from the History Server
      4. Click SQL Tab
      Actual Output: It shows all SQL Queries in Single Page. User has to scroll whole page for specific SQL Queries.
      Expected: It should show page wise as it has been displaying inn other UI Tabs like Jobs, Stages.

      1. configure spark.sql.ui.retainedExecutions = 50000 ( In Job History Spark-default.conf )
      2. Execute beeline Jobs more than 40000
      3. Open the UI page from the History Server
      Actual Output: OOM Exception

      Expected: It should show page wise as it has been displaying inn other UI Tabs like Jobs, Stages.

      Attachments

        Issue Links

          Activity

            People

              shahid shahid
              abhishek.akg ABHISHEK KUMAR GUPTA
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: