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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]