aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorSaisai Shao <saisai.shao@intel.com>2015-03-02 08:49:19 +0000
committerSean Owen <sowen@cloudera.com>2015-03-02 08:49:19 +0000
commitd8fb40edea7c8c811814f1ff288d59178928964b (patch)
tree3e42df34369e1e9429dae4f1c5233fe4a67397bf /python
parent3f00bb3ef1384fabf86a68180d40a1a515f6f5e3 (diff)
downloadspark-d8fb40edea7c8c811814f1ff288d59178928964b.tar.gz
spark-d8fb40edea7c8c811814f1ff288d59178928964b.tar.bz2
spark-d8fb40edea7c8c811814f1ff288d59178928964b.zip
[Streaming][Minor]Fix some error docs in streaming examples
Small changes, please help to review, thanks a lot. Author: Saisai Shao <saisai.shao@intel.com> Closes #4837 from jerryshao/doc-fix and squashes the following commits: 545291a [Saisai Shao] Fix some error docs in streaming examples
Diffstat (limited to 'python')
-rw-r--r--python/pyspark/streaming/kafka.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/streaming/kafka.py b/python/pyspark/streaming/kafka.py
index 0002dc10e8..f083ed149e 100644
--- a/python/pyspark/streaming/kafka.py
+++ b/python/pyspark/streaming/kafka.py
@@ -82,7 +82,7 @@ ________________________________________________________________________________
2. Download the JAR of the artifact from Maven Central http://search.maven.org/,
Group Id = org.apache.spark, Artifact Id = spark-streaming-kafka-assembly, Version = %s.
- Then, innclude the jar in the spark-submit command as
+ Then, include the jar in the spark-submit command as
$ bin/spark-submit --jars <spark-streaming-kafka-assembly.jar> ...