Skip to content

Commit c5518b4

Browse files
Ken Takagiwagiwa
Ken Takagiwa
authored andcommitted
modified the code base on comment in tdas#10
1 parent dcf243f commit c5518b4

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

core/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

python/pyspark/streaming/__init__.py

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)