aboutsummaryrefslogtreecommitdiff
path: root/examples/src
diff options
context:
space:
mode:
authoranant asthana <anant.asty@gmail.com>2014-10-26 14:14:12 -0700
committerAndrew Or <andrew@databricks.com>2014-10-26 14:14:12 -0700
commit677852c3fa734326f9642245584b05d5604963ac (patch)
treed43ec812e3d02273695bbdffd79d376700c06f4f /examples/src
parentbf589fc717c842d1998e3c3a523bc8775cb30269 (diff)
downloadspark-677852c3fa734326f9642245584b05d5604963ac.tar.gz
spark-677852c3fa734326f9642245584b05d5604963ac.tar.bz2
spark-677852c3fa734326f9642245584b05d5604963ac.zip
Just fixing comment that shows usage
Author: anant asthana <anant.asty@gmail.com> Closes #2948 from anantasty/patch-1 and squashes the following commits: d8fea0b [anant asthana] Just fixing comment that shows usage
Diffstat (limited to 'examples/src')
-rw-r--r--examples/src/main/python/streaming/hdfs_wordcount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/main/python/streaming/hdfs_wordcount.py b/examples/src/main/python/streaming/hdfs_wordcount.py
index 40faff0ccc..f7ffb53796 100644
--- a/examples/src/main/python/streaming/hdfs_wordcount.py
+++ b/examples/src/main/python/streaming/hdfs_wordcount.py
@@ -21,7 +21,7 @@
<directory> is the directory that Spark Streaming will use to find and read new text files.
To run this on your local machine on directory `localdir`, run this example
- $ bin/spark-submit examples/src/main/python/streaming/network_wordcount.py localdir
+ $ bin/spark-submit examples/src/main/python/streaming/hdfs_wordcount.py localdir
Then create a text file in `localdir` and the words in the file will get counted.
"""