You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/29 15:04:45 UTC

[GitHub] [spark] sarutak commented on a change in pull request #32381: [SPARK-35229][WEBUI] Limit the maximum number of items on the timeline view.

sarutak commented on a change in pull request #32381:
URL: https://github.com/apache/spark/pull/32381#discussion_r623140875



##########
File path: core/src/main/scala/org/apache/spark/internal/config/UI.scala
##########
@@ -129,6 +129,21 @@ private[spark] object UI {
     .intConf
     .createWithDefault(1000)
 
+  val UI_TIMELINE_JOBS_MAXIMUM = ConfigBuilder("spark.ui.timeline.jobs.maximum")

Review comment:
       How many  records for jobs information that user want them to be retained is not always the same as how many items displayed in the timeline view.
   Users can want much more records to be retained than the default number  but want less items to be shown.
   So I prefer to have a new property for jobs. The same applies to stages.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org