Repository: spark
Updated Branches:
  refs/heads/branch-1.3 a3fef2c02 -> b2b7f011e


[SPARK-6111] Fixed usage string in documentation.

Usage info in documentation does not match actual usage info.

Doc string usage says ```Usage: network_wordcount.py <zk> <topic>``` whereas 
the actual usage is ```Usage: kafka_wordcount.py <zk> <topic>```

Author: Kenneth Myers <myer...@us.ibm.com>

Closes #4852 from kennethmyers/kafka_wordcount_documentation_fix and squashes 
the following commits:

3855325 [Kenneth Myers] Fixed usage string in documentation.

(cherry picked from commit 95ac68bf127b5370c13d6bc15adbda78228829cc)
Signed-off-by: Sean Owen <so...@cloudera.com>


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

Branch: refs/heads/branch-1.3
Commit: b2b7f011e3e17ac6263b5cac926a48fe89d4638a
Parents: a3fef2c
Author: Kenneth Myers <myer...@us.ibm.com>
Authored: Mon Mar 2 17:25:24 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Mon Mar 2 17:25:37 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/b2b7f011/examples/src/main/python/streaming/kafka_wordcount.py
----------------------------------------------------------------------
diff --git a/examples/src/main/python/streaming/kafka_wordcount.py 
b/examples/src/main/python/streaming/kafka_wordcount.py
index f82f161..51e1ff8 100644
--- a/examples/src/main/python/streaming/kafka_wordcount.py
+++ b/examples/src/main/python/streaming/kafka_wordcount.py
@@ -17,7 +17,7 @@
 
 """
  Counts words in UTF8 encoded, '\n' delimited text received from the network 
every second.
- Usage: network_wordcount.py <zk> <topic>
+ Usage: kafka_wordcount.py <zk> <topic>
 
  To run this on your local machine, you need to setup Kafka and create a 
producer first, see
  http://kafka.apache.org/documentation.html#quickstart


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

Reply via email to