aboutsummaryrefslogtreecommitdiff
path: root/python/docs/index.rst
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/index.rst
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/index.rst')
-rw-r--r--python/docs/index.rst8
1 files changed, 8 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.