aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2015-03-02 18:40:46 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2015-03-02 18:40:57 -0800
commitffd0591094a1a3edafed5c5f3ff1ca1b6048bf46 (patch)
tree04d60c7e8f290b0e233bfded62f639f7f77c33b9 /python
parent11389f0262b1a755effc8cbd247aa199c0d8fd9d (diff)
downloadspark-ffd0591094a1a3edafed5c5f3ff1ca1b6048bf46.tar.gz
spark-ffd0591094a1a3edafed5c5f3ff1ca1b6048bf46.tar.bz2
spark-ffd0591094a1a3edafed5c5f3ff1ca1b6048bf46.zip
[SPARK-6127][Streaming][Docs] Add Kafka to Python api docs
davies Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #4860 from tdas/SPARK-6127 and squashes the following commits: 82de92a [Tathagata Das] Add Kafka to Python api docs (cherry picked from commit 9eb22ece115c69899d100cecb8a5e20b3a268649) Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/docs/pyspark.streaming.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/docs/pyspark.streaming.rst b/python/docs/pyspark.streaming.rst
index f08185627d..7890d9dcaa 100644
--- a/python/docs/pyspark.streaming.rst
+++ b/python/docs/pyspark.streaming.rst
@@ -8,3 +8,10 @@ Module contents
:members:
:undoc-members:
:show-inheritance:
+
+pyspark.streaming.kafka module
+----------------------------
+.. automodule:: pyspark.streaming.kafka
+ :members:
+ :undoc-members:
+ :show-inheritance: