We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eae3e commit 55a390cCopy full SHA for 55a390c
core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
@@ -70,9 +70,12 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
70
</div>
71
}
72
73
+ // scalastyle:off
74
// TODO: We should consider increasing the number of this parameter over time if we find that it's okey.
75
+ // scalastyle:on
76
private val MAX_TIMELINE_TASKS = parent.conf.getInt("spark.ui.timeline.tasks.maximum", 1000)
77
78
+
79
def render(request: HttpServletRequest): Seq[Node] = {
80
progressListener.synchronized {
81
val parameterId = request.getParameter("id")
0 commit comments