You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2014/10/26 22:14:25 UTC

git commit: Just fixing comment that shows usage

Repository: spark
Updated Branches:
  refs/heads/master bf589fc71 -> 677852c3f


Just fixing comment that shows usage

Author: anant asthana <an...@gmail.com>

Closes #2948 from anantasty/patch-1 and squashes the following commits:

d8fea0b [anant asthana] Just fixing comment that shows usage


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/677852c3
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/677852c3
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/677852c3

Branch: refs/heads/master
Commit: 677852c3fa734326f9642245584b05d5604963ac
Parents: bf589fc
Author: anant asthana <an...@gmail.com>
Authored: Sun Oct 26 14:14:12 2014 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Sun Oct 26 14:14:12 2014 -0700

----------------------------------------------------------------------
 examples/src/main/python/streaming/hdfs_wordcount.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/677852c3/examples/src/main/python/streaming/hdfs_wordcount.py
----------------------------------------------------------------------
diff --git a/examples/src/main/python/streaming/hdfs_wordcount.py b/examples/src/main/python/streaming/hdfs_wordcount.py
index 40faff0..f7ffb53 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.
 """


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org