Repository: spark Updated Branches: refs/heads/branch-1.3 11389f026 -> ffd059109
[SPARK-6127][Streaming][Docs] Add Kafka to Python api docs davies Author: Tathagata Das <[email protected]> Closes #4860 from tdas/SPARK-6127 and squashes the following commits: 82de92a [Tathagata Das] Add Kafka to Python api docs (cherry picked from commit 9eb22ece115c69899d100cecb8a5e20b3a268649) Signed-off-by: Tathagata Das <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ffd05910 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ffd05910 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ffd05910 Branch: refs/heads/branch-1.3 Commit: ffd0591094a1a3edafed5c5f3ff1ca1b6048bf46 Parents: 11389f0 Author: Tathagata Das <[email protected]> Authored: Mon Mar 2 18:40:46 2015 -0800 Committer: Tathagata Das <[email protected]> Committed: Mon Mar 2 18:40:57 2015 -0800 ---------------------------------------------------------------------- python/docs/pyspark.streaming.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/ffd05910/python/docs/pyspark.streaming.rst ---------------------------------------------------------------------- diff --git a/python/docs/pyspark.streaming.rst b/python/docs/pyspark.streaming.rst index f081856..7890d9d 100644 --- a/python/docs/pyspark.streaming.rst +++ b/python/docs/pyspark.streaming.rst @@ -8,3 +8,10 @@ Module contents :members: :undoc-members: :show-inheritance: + +pyspark.streaming.kafka module +---------------------------- +.. automodule:: pyspark.streaming.kafka + :members: + :undoc-members: + :show-inheritance: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
