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 4bcb318 commit 247fd74Copy full SHA for 247fd74
core/pom.xml
@@ -21,7 +21,11 @@
21
<parent>
22
<groupId>org.apache.spark</groupId>
23
<artifactId>spark-parent</artifactId>
24
+<<<<<<< HEAD
25
<version>1.2.0-SNAPSHOT</version>
26
+=======
27
+ <version>1.1.0-SNAPSHOT</version>
28
+>>>>>>> modified the code base on comment in https://github.com/tdas/spark/pull/10
29
<relativePath>../pom.xml</relativePath>
30
</parent>
31
python/pyspark/streaming/__init__.py
@@ -1 +0,0 @@
1
-__author__ = 'ktakagiw'
0 commit comments