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

Server-side processing of History UI list of applications

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 2.3.0, 2.4.5
    • None
    • Web UI
    • None

    Description

      Loading the list of applications in the History UI does not scale well with a large number of applications. Fetching and rendering the list for 10k+ applications takes over a minute (much longer for more applications) and tends to freeze the browser.

      Using `spark.history.ui.maxApplications` is not a great solution, because (as the name implies), it limits the number of applications shown in the UI, which hinders usability of the History Server.

      A solution would be to use server side processing of the DataTable. This would limit amount of data sent to the client and processed by the browser.

      This proposed change plays nicely with KVStore abstraction implemented in SPARK-18085, which was supposed to solve some of the scalability issues. It could also definitely solve History UI scalability issues reported for example in SPARK-21254, SPARK-17243, SPARK-17671

      Attachments

        Activity

          People

            Unassigned Unassigned
            pvid Pavol Vidlička
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: