You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/11/16 09:52:04 UTC

spark git commit: [DOC][MINOR] Kafka doc: breakup into lines

Repository: spark
Updated Branches:
  refs/heads/master 74f5c2176 -> 3e01f1282


[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 <lw...@gmail.com>

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


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

Branch: refs/heads/master
Commit: 3e01f128284993f39463c0ccd902b774f57cce76
Parents: 74f5c21
Author: Liwei Lin <lw...@gmail.com>
Authored: Wed Nov 16 09:51:59 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Nov 16 09:51:59 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/3e01f128/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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org