Skip to content

Commit 63dfe21

Browse files
jerryshaopwendell
authored andcommitted
[SPARK-5478][UI][Minor] Add missing right parentheses
![UI](https://dl.dropboxusercontent.com/u/19230832/Capture.PNG) Author: jerryshao <[email protected]> Closes apache#4267 from jerryshao/SPARK-5478 and squashes the following commits: 9fe51cc [jerryshao] Add missing right parentheses
1 parent 9f0a6e1 commit 63dfe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/jobs/AllStagesPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private[ui] class AllStagesPage(parent: StagesTab) extends WebUIPage("") {
128128
activeStagesTable.toNodeSeq
129129
}
130130
if (shouldShowPendingStages) {
131-
content ++= <h4 id="pending">Pending Stages ({pendingStages.size}</h4> ++
131+
content ++= <h4 id="pending">Pending Stages ({pendingStages.size})</h4> ++
132132
pendingStagesTable.toNodeSeq
133133
}
134134
if (shouldShowCompletedStages) {

0 commit comments

Comments
 (0)