Description
In the latest master branch, I find that the job list page becomes very slow.
To reproduce in local setup:
spark.read.parquet("/tmp/p1").createOrReplaceTempView("t1") spark.read.parquet("/tmp/p2").createOrReplaceTempView("t2") (1 to 1000).map(_ => spark.sql("select * from t1, t2 where t1.value=t2.value").show())
And that, open live UI: http://localhost:4040/
The loading time is about 40 seconds.
If we comment out the function call for `drawApplicationTimeline`, then the loading time is around 1 second.
Attachments
Attachments
Issue Links
- relates to
-
SPARK-31971 Add pagination support for all jobs timeline
- In Progress
- links to
(1 links to)