[
https://issues.apache.org/jira/browse/SPARK-31967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135271#comment-17135271
]
Xiao Li commented on SPARK-31967:
---------------------------------
[~Gengliang.Wang] Please also change the fix versions when you merged the PRs.
> Loading jobs UI page takes 40 seconds
> -------------------------------------
>
> Key: SPARK-31967
> URL: https://issues.apache.org/jira/browse/SPARK-31967
> Project: Spark
> Issue Type: Bug
> Components: Web UI
> Affects Versions: 2.4.6, 3.0.1
> Reporter: Gengliang Wang
> Assignee: Gengliang Wang
> Priority: Blocker
> Fix For: 3.0.1, 3.1.0, 2.4.7
>
> Attachments: load_time.jpeg, profile.png
>
>
> In the latest master branch, I find that the job list page becomes very slow.
> To reproduce in local setup:
> {code:java}
> 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())
> {code}
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]