commit | 3a4bedcbc837634672b08c0da233164eef8da66a | [log] [tgz] |
---|---|---|
author | Andrea Santurbano <santand@gmail.com> | Mon Oct 21 23:02:13 2019 +0200 |
committer | Jeff Zhang <zjffdu@apache.org> | Fri Nov 01 09:39:04 2019 +0800 |
tree | f92b109fef860f7be0d11d5e3ab01b3bc7e967d0 | |
parent | 7c00e517a07961bec1b2174127706118b53d554d [diff] |
[ZEPPELIN-3548] KSQL Interpreter for Zeppelin ### What is this PR for? This PR adds the support to [KSQL](https://docs.confluent.io/current/ksql/docs/developer-guide/api.html) ### What type of PR is it? [Feature] ### Todos * [x] - Created the interpreter ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3548 ### How should this be tested? You can use the following guide in order to spin-up the KSQL stack. https://github.com/confluentinc/demo-scene/blob/master/ksql-intro/demo_ksql-intro.adoc ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No, I didn't add any new dependency into the project. * Is there breaking changes for older versions? No * Does this needs documentation? Yes Author: Andrea Santurbano <santand@gmail.com> Closes #3485 from conker84/ksql and squashes the following commits: baa480f32 [Andrea Santurbano] PR review feedback ad3785404 [Andrea Santurbano] [ZEPPELIN-3548] KSQL Interpreter for Zeppelin
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core feature:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.