[ZEPPELIN-5785] Remove ksql interpreter (#4434)

Co-authored-by: Jongyoul Lee <jongyoul@gmail.com>
16 files changed
tree: 1d3699c2dcac30706957790c240c3724b5f4e691
  1. .github/
  2. .mvn/
  3. _tools/
  4. alluxio/
  5. angular/
  6. bigquery/
  7. bin/
  8. cassandra/
  9. conf/
  10. dev/
  11. docs/
  12. elasticsearch/
  13. file/
  14. flink/
  15. flink-cmd/
  16. groovy/
  17. hbase/
  18. helium-dev/
  19. influxdb/
  20. java/
  21. jdbc/
  22. k8s/
  23. kotlin/
  24. licenses/
  25. livy/
  26. markdown/
  27. mongodb/
  28. neo4j/
  29. notebook/
  30. python/
  31. rlang/
  32. scripts/
  33. shell/
  34. spark/
  35. spark-submit/
  36. sparql/
  37. submarine/
  38. testing/
  39. zeppelin-client/
  40. zeppelin-client-examples/
  41. zeppelin-common/
  42. zeppelin-display/
  43. zeppelin-distribution/
  44. zeppelin-examples/
  45. zeppelin-integration/
  46. zeppelin-interpreter/
  47. zeppelin-interpreter-integration/
  48. zeppelin-interpreter-parent/
  49. zeppelin-interpreter-shaded/
  50. zeppelin-jupyter/
  51. zeppelin-jupyter-interpreter/
  52. zeppelin-jupyter-interpreter-shaded/
  53. zeppelin-plugins/
  54. zeppelin-server/
  55. zeppelin-web/
  56. zeppelin-web-angular/
  57. zeppelin-zengine/
  58. .appveyor.yml
  59. .asf.yaml
  60. .gitattributes
  61. .gitignore
  62. Dockerfile
  63. LICENSE
  64. mvnw
  65. mvnw.cmd
  66. NOTICE
  67. pom.xml
  68. README.md
  69. Roadmap.md
  70. SECURITY-README.md
  71. STYLE.md
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: core frontend rat
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 features:

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site https://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.