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

Add pagination support for all jobs timeline

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 3.0.1, 3.1.0
    • None
    • Web UI
    • None

    Description

      If there are lots of jobs, rendering performance of all jobs timeline can significantly goes down. This issue is reported in SPARK-31967.
      For example, the following operation can take >40 sec.

      (1 to 1000).foreach(_ => sc.parallelize(1 to 10).collect) 

      Although it's not the fundamental solution, pagination can mitigate the issue.

      Attachments

        Issue Links

          Activity

            People

              sarutak Kousuke Saruta
              sarutak Kousuke Saruta
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: