Skip to content

Commit 17a74c6

Browse files
Ken Takagiwagiwa
authored andcommitted
modified the code base on comment in tdas#10
1 parent 1a0f065 commit 17a74c6

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

core/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent</artifactId>
24-
<<<<<<< HEAD
2524
<version>1.2.0-SNAPSHOT</version>
26-
=======
27-
<version>1.0.0</version>
28-
>>>>>>> initial commit for pySparkStreaming
2925
<relativePath>../pom.xml</relativePath>
3026
</parent>
3127

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
__author__ = 'ktakagiw'

python/pyspark/streaming/context.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
__author__ = 'ktakagiw'
2-
3-
41
#
52
# Licensed to the Apache Software Foundation (ASF) under one or more
63
# contributor license agreements. See the NOTICE file distributed with
@@ -41,7 +38,7 @@
4138

4239
class StreamingContext(object):
4340
"""
44-
Main entry point for Spark functionality. A StreamingContext represents the
41+
Main entry point for Spark Streaming functionality. A StreamingContext represents the
4542
connection to a Spark cluster, and can be used to create L{RDD}s and
4643
broadcast variables on that cluster.
4744
"""

0 commit comments

Comments
 (0)