Skip to content

Commit 5594bd4

Browse files
Ken Takagiwagiwa
Ken Takagiwa
authored andcommitted
revert pom.xml
1 parent 2adca84 commit 5594bd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyspark/streaming/pyprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22
from itertools import chain
3-
from pyspark.serializers import PickleSerializer, BatchedSerializer, UTF8Deserializer
3+
from pyspark.serializers import PickleSerializer
44

55
def collect(binary_file_path):
66
dse = PickleSerializer()

streaming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent</artifactId>
24-
<version>1.0.0</version>
24+
<version>1.1.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)