Repository: spark Updated Branches: refs/heads/master 9d6c5aeeb -> 9eb22ece1
[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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9eb22ece Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9eb22ece Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9eb22ece Branch: refs/heads/master Commit: 9eb22ece115c69899d100cecb8a5e20b3a268649 Parents: 9d6c5ae 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:46 2015 -0800 ---------------------------------------------------------------------- python/docs/pyspark.streaming.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/9eb22ece/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]
