Repository: spark Updated Branches: refs/heads/branch-2.1 b18c5a9b9 -> 4567db9da
[DOC][MINOR] Kafka doc: breakup into lines ## Before  ## After  Author: Liwei Lin <[email protected]> Closes #15903 from lw-lin/kafka-doc-lines. (cherry picked from commit 3e01f128284993f39463c0ccd902b774f57cce76) Signed-off-by: Sean Owen <[email protected]> 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 <[email protected]> Authored: Wed Nov 16 09:51:59 2016 +0000 Committer: Sean Owen <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
