zjffdu commented on a change in pull request #3485: [ZEPPELIN-3548] KSQL 
Interpreter for Zeppelin
URL: https://github.com/apache/zeppelin/pull/3485#discussion_r335953404
 
 

 ##########
 File path: docs/interpreter/ksql.md
 ##########
 @@ -0,0 +1,77 @@
+---
+layout: page
+title: "KSQL Interpreter for Apache Zeppelin"
+description: "SQL is the streaming SQL engine for Apache Kafka and provides an 
easy-to-use yet powerful interactive SQL interface for stream processing on 
Kafka."
+group: interpreter
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+{% include JB/setup %}
+
+# KSQL Interpreter for Apache Zeppelin
+
+<div id="toc"></div>
+
+## Overview
+[KSQL](https://www.confluent.io/product/ksql/) is the streaming SQL engine for 
Apache Kafka®. It provides an easy-to-use yet powerful interactive SQL 
interface for stream processing on Kafka,
+
+## Configuration
+<table class="table-configuration">
+  <thead>
+    <tr>
+      <th>Property</th>
+      <th>Default</th>
+      <th>Description</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>ksql.url</td>
+      <td>http://localhost:8080</td>
+      <td>The KSQL Endpoint base URL</td>
+    </tr>
+  </tbody>
+</table>
+
+N.b. The interpreter supports all the KSQL properties, i.e. 
`ksql.streams.auto.offset.reset`.
 
 Review comment:
   Could you add a link to refer all the ksql stream configuration ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to