-
- Downloads
[SPARK-7405] [STREAMING] Fix the bug that ReceiverInputDStream doesn't report InputInfo
The bug is because SPARK-7139 removed some codes from SPARK-7112 unintentionally here: https://github.com/apache/spark/commit/1854ac326a9cc6014817d8df30ed0458eee5d7d1#diff-5c8651dd78abd20439b8eb938175075dL72 This PR just added them back and added some assertions in the tests to verify it. Author: zsxwing <zsxwing@gmail.com> Closes #5950 from zsxwing/SPARK-7405 and squashes the following commits: 675f5d9 [zsxwing] Fix the bug that ReceiverInputDStream doesn't report InputInfo
Showing
- streaming/src/main/scala/org/apache/spark/streaming/dstream/ReceiverInputDStream.scala 5 additions, 0 deletions...apache/spark/streaming/dstream/ReceiverInputDStream.scala
- streaming/src/test/scala/org/apache/spark/streaming/InputStreamsSuite.scala 7 additions, 0 deletions.../scala/org/apache/spark/streaming/InputStreamsSuite.scala
Please register or sign in to comment