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 2adca84 commit 5594bd4Copy full SHA for 5594bd4
python/pyspark/streaming/pyprint.py
@@ -1,6 +1,6 @@
1
import sys
2
from itertools import chain
3
-from pyspark.serializers import PickleSerializer, BatchedSerializer, UTF8Deserializer
+from pyspark.serializers import PickleSerializer
4
5
def collect(binary_file_path):
6
dse = PickleSerializer()
streaming/pom.xml
@@ -21,7 +21,7 @@
21
<parent>
22
<groupId>org.apache.spark</groupId>
23
<artifactId>spark-parent</artifactId>
24
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
25
<relativePath>../pom.xml</relativePath>
26
</parent>
27
0 commit comments