We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdf0de commit d542743Copy full SHA for d542743
streaming/src/main/scala/org/apache/spark/streaming/api/python/PythonDStream.scala
@@ -170,8 +170,8 @@ class PythonForeachDStream(
170
171
/**
172
* This is a input stream just for the unitest. This is equivalent to a checkpointable,
173
- * replayable, reliable message queue like Kafka. It requires a sequence as input, and
174
- * returns the i_th element at the i_th batch under manual clock.
+ * replayable, reliable message queue like Kafka. It requires a JArrayList input of JavaRDD,
+ * and returns the i_th element at the i_th batch under manual clock.
175
*/
176
177
class PythonTestInputStream(ssc_ : JavaStreamingContext,
0 commit comments