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



##########
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:
       Instead of introducing the new config can we try using these config
   `val MAX_RETAINED_JOBS = ConfigBuilder("spark.ui.retainedJobs") 
.version("1.2.0") .intConf .createWithDefault(1000)`
   
   same is for the stages(spark.ui.retainedStages)




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to