Skip to content

Commit d542743

Browse files
committed
clean up code
1 parent 2fdf0de commit d542743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streaming/src/main/scala/org/apache/spark/streaming/api/python/PythonDStream.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ class PythonForeachDStream(
170170

171171
/**
172172
* 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.
173+
* replayable, reliable message queue like Kafka. It requires a JArrayList input of JavaRDD,
174+
* and returns the i_th element at the i_th batch under manual clock.
175175
*/
176176

177177
class PythonTestInputStream(ssc_ : JavaStreamingContext,

0 commit comments

Comments
 (0)