aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2016-06-28 22:07:11 -0700
committerShixiong Zhu <shixiong@databricks.com>2016-06-28 22:07:11 -0700
commitf454a7f9f03807dd768319798daa1351bbfc7288 (patch)
treed6a8faadf29cfb5d2496f89187b5316375257fa2 /python/docs
parent153c2f9ac12846367a09684fd875c496d350a603 (diff)
downloadspark-f454a7f9f03807dd768319798daa1351bbfc7288.tar.gz
spark-f454a7f9f03807dd768319798daa1351bbfc7288.tar.bz2
spark-f454a7f9f03807dd768319798daa1351bbfc7288.zip
[SPARK-16266][SQL][STREAING] Moved DataStreamReader/Writer from pyspark.sql to pyspark.sql.streaming
## What changes were proposed in this pull request? - Moved DataStreamReader/Writer from pyspark.sql to pyspark.sql.streaming to make them consistent with scala packaging - Exposed the necessary classes in sql.streaming package so that they appear in the docs - Added pyspark.sql.streaming module to the docs ## How was this patch tested? - updated unit tests. - generated docs for testing visibility of pyspark.sql.streaming classes. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #13955 from tdas/SPARK-16266.
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/pyspark.sql.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/docs/pyspark.sql.rst b/python/docs/pyspark.sql.rst
index 6259379ed0..3be9533c12 100644
--- a/python/docs/pyspark.sql.rst
+++ b/python/docs/pyspark.sql.rst
@@ -21,3 +21,9 @@ pyspark.sql.functions module
.. automodule:: pyspark.sql.functions
:members:
:undoc-members:
+
+pyspark.sql.streaming module
+----------------------------
+.. automodule:: pyspark.sql.streaming
+ :members:
+ :undoc-members: