aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorDavies Liu <davies.liu@gmail.com>2014-10-18 19:14:48 -0700
committerJosh Rosen <joshrosen@databricks.com>2014-10-18 19:14:48 -0700
commit05db2da7dc256822cdb602c4821cbb9fb84dac98 (patch)
treed80715dff7672792539f9aaa66858999100324f5 /python/docs
parentf406a8391825d8866110f29a0d656c82cd064520 (diff)
downloadspark-05db2da7dc256822cdb602c4821cbb9fb84dac98.tar.gz
spark-05db2da7dc256822cdb602c4821cbb9fb84dac98.tar.bz2
spark-05db2da7dc256822cdb602c4821cbb9fb84dac98.zip
[SPARK-3952] [Streaming] [PySpark] add Python examples in Streaming Programming Guide
Having Python examples in Streaming Programming Guide. Also add RecoverableNetworkWordCount example. Author: Davies Liu <davies.liu@gmail.com> Author: Davies Liu <davies@databricks.com> Closes #2808 from davies/pyguide and squashes the following commits: 8d4bec4 [Davies Liu] update readme 26a7e37 [Davies Liu] fix format 3821c4d [Davies Liu] address comments, add missing file 7e4bb8a [Davies Liu] add Python examples in Streaming Programming Guide
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/pyspark.streaming.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/docs/pyspark.streaming.rst b/python/docs/pyspark.streaming.rst
new file mode 100644
index 0000000000..5024d694b6
--- /dev/null
+++ b/python/docs/pyspark.streaming.rst
@@ -0,0 +1,10 @@
+pyspark.streaming module
+==================
+
+Module contents
+---------------
+
+.. automodule:: pyspark.streaming
+ :members:
+ :undoc-members:
+ :show-inheritance: