Skip to content

Commit f67a321

Browse files
committed
edited text to be less confusing in case of application error
1 parent d0aeae6 commit f67a321

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/StagePage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
139139
val totalTasksNumStr = if (totalTasks == tasks.size) {
140140
s"$totalTasks"
141141
} else {
142-
s"$totalTasks, only showing ${tasks.size}"
142+
s"$totalTasks, showing ${tasks.size}"
143143
}
144144

145145
val allAccumulables = progressListener.stageIdToData((stageId, stageAttemptId)).accumulables

0 commit comments

Comments
 (0)