[ https://issues.apache.org/jira/browse/SPARK-31971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-31971: ------------------------------------ Assignee: Apache Spark (was: Kousuke Saruta) > Add pagination support for all jobs timeline > -------------------------------------------- > > Key: SPARK-31971 > URL: https://issues.apache.org/jira/browse/SPARK-31971 > Project: Spark > Issue Type: Improvement > Components: Web UI > Affects Versions: 3.0.1, 3.1.0 > Reporter: Kousuke Saruta > Assignee: Apache Spark > Priority: Major > > 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. > {code:java} > (1 to 1000).foreach(_ => sc.parallelize(1 to 10).collect) {code} > Although it's not the fundamental solution, pagination can mitigate the issue. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org