You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by lu...@apache.org on 2021/09/07 13:32:04 UTC

[drill] branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

luoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new df9a236  Update README.md
df9a236 is described below

commit df9a236f26b5fd15c22d836c64c5413ae5a443dc
Author: Mehmet Mallı <ma...@gmail.com>
AuthorDate: Tue Sep 7 15:01:52 2021 +0300

    Update README.md
---
 contrib/storage-kafka/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/storage-kafka/README.md b/contrib/storage-kafka/README.md
index a26c6e1..e03421c 100644
--- a/contrib/storage-kafka/README.md
+++ b/contrib/storage-kafka/README.md
@@ -214,8 +214,7 @@ Note:
 - Custom record reader can be implemented by extending org.apache.drill.exec.store.kafka.decoders.MessageReader and setting store.kafka.record.reader accordingly
 
 
-In case of JSON message format, following system / session options can be used accordingly. More details can be found in [Drill Json Model](https://drill.apache.org/docs/json-data
--model/) and in [Drill system options configurations](https://drill.apache.org/docs/configuration-options-introduction/)
+In case of JSON message format, following system / session options can be used accordingly. More details can be found in [Drill Json Model](https://drill.apache.org/docs/json-data-model/) and in [Drill system options configurations](https://drill.apache.org/docs/configuration-options-introduction/)
 
 <ul>
   <li>ALTER SESSION SET `store.kafka.record.reader` = 'org.apache.drill.exec.store.kafka.decoders.JsonMessageReader';</li>