Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Sep 20, 2014
1 parent 2fdf0de commit d542743
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ class PythonForeachDStream(

/**
* This is a input stream just for the unitest. This is equivalent to a checkpointable,
* replayable, reliable message queue like Kafka. It requires a sequence as input, and
* 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.
*/

class PythonTestInputStream(ssc_ : JavaStreamingContext,
Expand Down

0 comments on commit d542743

Please sign in to comment.