Skip to content

Commit

Permalink
modified the code base on comment in tdas#10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Takagiwa authored and giwa committed Aug 18, 2014
1 parent dcf243f commit c5518b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
1 change: 0 additions & 1 deletion python/pyspark/streaming/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__author__ = 'ktakagiw'
5 changes: 1 addition & 4 deletions python/pyspark/streaming/context.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
__author__ = 'ktakagiw'


#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand Down Expand Up @@ -41,7 +38,7 @@

class StreamingContext(object):
"""
Main entry point for Spark functionality. A StreamingContext represents the
Main entry point for Spark Streaming functionality. A StreamingContext represents the
connection to a Spark cluster, and can be used to create L{RDD}s and
broadcast variables on that cluster.
"""
Expand Down

0 comments on commit c5518b4

Please sign in to comment.