Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5680#discussion_r29487553
  
    --- 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 --
    
    OK, I will keep as it is for now and remove all these TODOs. When enable 
this in `KafkaDirectInputDStream`, we could rethink about what exact semantics 
should be in this part.


---
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]

Reply via email to