aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
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: