Repository: spark
Updated Branches:
  refs/heads/branch-2.1 b18c5a9b9 -> 4567db9da


[DOC][MINOR] Kafka doc: breakup into lines

## Before

![before](https://cloud.githubusercontent.com/assets/15843379/20340231/99b039fe-ac1b-11e6-9ba9-b44582427459.png)

## After

![after](https://cloud.githubusercontent.com/assets/15843379/20340236/9d5796e2-ac1b-11e6-92bb-6da40ba1a383.png)

Author: Liwei Lin <lwl...@gmail.com>

Closes #15903 from lw-lin/kafka-doc-lines.

(cherry picked from commit 3e01f128284993f39463c0ccd902b774f57cce76)
Signed-off-by: Sean Owen <so...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4567db9d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4567db9d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4567db9d

Branch: refs/heads/branch-2.1
Commit: 4567db9da47f0830e952614393d6105f4f5587a0
Parents: b18c5a9
Author: Liwei Lin <lwl...@gmail.com>
Authored: Wed Nov 16 09:51:59 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Nov 16 09:52:09 2016 +0000

----------------------------------------------------------------------
 docs/structured-streaming-kafka-integration.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4567db9d/docs/structured-streaming-kafka-integration.md
----------------------------------------------------------------------
diff --git a/docs/structured-streaming-kafka-integration.md 
b/docs/structured-streaming-kafka-integration.md
index c4c9fb3..2458bb5 100644
--- a/docs/structured-streaming-kafka-integration.md
+++ b/docs/structured-streaming-kafka-integration.md
@@ -240,6 +240,7 @@ Kafka's own configurations can be set via 
`DataStreamReader.option` with `kafka.
 [Kafka consumer config 
docs](http://kafka.apache.org/documentation.html#newconsumerconfigs).
 
 Note that the following Kafka params cannot be set and the Kafka source will 
throw an exception:
+
 - **group.id**: Kafka source will create a unique group id for each query 
automatically.
 - **auto.offset.reset**: Set the source option `startingOffsets` to specify
  where to start instead. Structured Streaming manages which offsets are 
consumed internally, rather 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to