We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12ad7b commit a69c091Copy full SHA for a69c091
1 file changed
streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala
@@ -203,7 +203,9 @@ private[ui] class StreamingPage(parent: StreamingTab)
203
}
204
205
val completedBatchesContent = {
206
- <h4 id="active">Completed Batches ({completedBatches.size})</h4> ++
+ <h4 id="completed">
207
+ Completed Batches (last {completedBatches.size} out of {listener.numTotalCompletedBatches})
208
+ </h4> ++
209
new CompletedBatchTable(completedBatches).toNodeSeq
210
211
0 commit comments