aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2015-09-04 23:16:39 -1000
committerReynold Xin <rxin@databricks.com>2015-09-04 23:16:39 -1000
commit7a4f326c00fb33c384b4fb927310d687ec063329 (patch)
treef10a667018ac01e4aa4bc384d8ec72cd64aac27a /python/docs
parent6c751940ea8449b7540ba956a00ed19ba0af599b (diff)
downloadspark-7a4f326c00fb33c384b4fb927310d687ec063329.tar.gz
spark-7a4f326c00fb33c384b4fb927310d687ec063329.tar.bz2
spark-7a4f326c00fb33c384b4fb927310d687ec063329.zip
[SPARK-10440] [STREAMING] [DOCS] Update python API stuff in the programming guides and python docs
- Fixed information around Python API tags in streaming programming guides - Added missing stuff in python docs Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #8595 from tdas/SPARK-10440.
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/index.rst8
-rw-r--r--python/docs/pyspark.streaming.rst21
2 files changed, 29 insertions, 0 deletions
diff --git a/python/docs/index.rst b/python/docs/index.rst
index f7eede9c3c..306ffdb0e0 100644
--- a/python/docs/index.rst
+++ b/python/docs/index.rst
@@ -29,6 +29,14 @@ Core classes:
A Resilient Distributed Dataset (RDD), the basic abstraction in Spark.
+ :class:`pyspark.streaming.StreamingContext`
+
+ Main entry point for Spark Streaming functionality.
+
+ :class:`pyspark.streaming.DStream`
+
+ A Discretized Stream (DStream), the basic abstraction in Spark Streaming.
+
:class:`pyspark.sql.SQLContext`
Main entry point for DataFrame and SQL functionality.
diff --git a/python/docs/pyspark.streaming.rst b/python/docs/pyspark.streaming.rst
index 50822c93fa..fc52a64754 100644
--- a/python/docs/pyspark.streaming.rst
+++ b/python/docs/pyspark.streaming.rst
@@ -15,3 +15,24 @@ pyspark.streaming.kafka module
:members:
:undoc-members:
:show-inheritance:
+
+pyspark.streaming.kinesis module
+--------------------------------
+.. automodule:: pyspark.streaming.kinesis
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+pyspark.streaming.flume.module
+------------------------------
+.. automodule:: pyspark.streaming.flume
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+pyspark.streaming.mqtt module
+-----------------------------
+.. automodule:: pyspark.streaming.mqtt
+ :members:
+ :undoc-members:
+ :show-inheritance: