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 9f0a6e1 commit 63dfe21Copy full SHA for 63dfe21
core/src/main/scala/org/apache/spark/ui/jobs/AllStagesPage.scala
@@ -128,7 +128,7 @@ private[ui] class AllStagesPage(parent: StagesTab) extends WebUIPage("") {
128
activeStagesTable.toNodeSeq
129
}
130
if (shouldShowPendingStages) {
131
- content ++= <h4 id="pending">Pending Stages ({pendingStages.size}</h4> ++
+ content ++= <h4 id="pending">Pending Stages ({pendingStages.size})</h4> ++
132
pendingStagesTable.toNodeSeq
133
134
if (shouldShowCompletedStages) {
0 commit comments