Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Aug 19, 2014
2 parents f1798c4 + 665bfdb commit 185fdbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyspark/streaming/dstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def __init__(self, prev, func, preservesPartitioning=False):
self._prev_jrdd_deserializer = prev._jrdd_deserializer
else:
prev_func = prev.func

def pipeline_func(split, iterator):
return func(split, prev_func(split, iterator))
self.func = pipeline_func
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class PythonTransformedDStream(
}
val asJavaDStream = JavaDStream.fromDStream(this)
//val asJavaPairDStream : JavaPairDStream[Long, Array[Byte]] = JavaPairDStream.fromJavaDStream(this)
}
*/

Expand Down

0 comments on commit 185fdbf

Please sign in to comment.