Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.0.1, 3.1.0
-
None
-
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
- is related to
-
SPARK-31967 Loading jobs UI page takes 40 seconds
- Resolved
- links to