sarutak commented on a change in pull request #32381:
URL: https://github.com/apache/spark/pull/32381#discussion_r627115998
##########
File path: core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala
##########
@@ -192,6 +201,32 @@ private[ui] class AllJobsPage(parent: JobsTab, store:
AppStatusStore) extends We
</a>
</span> ++
<div id="application-timeline" class="collapsed">
+ {
+ if (MAX_TIMELINE_JOBS < jobs.size) {
+ <div>
+ <strong>
+ This page has more than the maximum number of jobs that can be
shown in the
Review comment:
I think we should focus on resolving this issue itself for now.
The timeline view for StagePage shows similar message so if it's necessary,
let's change the color for all the warning message.
--
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]