Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/5680#discussion_r29487117
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingJobProgressListener.scala
---
@@ -101,6 +101,7 @@ private[streaming] class
StreamingJobProgressListener(ssc: StreamingContext)
runningBatchUIData(batchStarted.batchInfo.batchTime) =
BatchUIData(batchStarted.batchInfo)
waitingBatchUIData.remove(batchStarted.batchInfo.batchTime)
+ // TODO. this should be fixed when input stream is not receiver based
stream.
--- End diff --
That's a good point. I think it is okay to add it for now. At least under
normal operation, when things are keeping up, it is useful to see what is the
rate. If it does not keep up, then there are other indicators.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]