Skip to content

Commit a69c091

Browse files
committed
Show the number of total completed batches too
1 parent a12ad7b commit a69c091

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ private[ui] class StreamingPage(parent: StreamingTab)
203203
}
204204

205205
val completedBatchesContent = {
206-
<h4 id="active">Completed Batches ({completedBatches.size})</h4> ++
206+
<h4 id="completed">
207+
Completed Batches (last {completedBatches.size} out of {listener.numTotalCompletedBatches})
208+
</h4> ++
207209
new CompletedBatchTable(completedBatches).toNodeSeq
208210
}
209211

0 commit comments

Comments
 (0)