[ZEPPELIN-5789] Update Dockerfile to use JDK instead of JRE (#4436)

* Update Dockerfile to use JDK instead of JRE

Fixes issues such as trying to add a new interpreter belonging to "jdbc" group having hive-jdbc conf results in missing dependencies (tools.jar) and such.

* Add comment based on review.
1 file changed
tree: 1e1b456ffe3d4115d04caf01d203fb6dcded7687
  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. ksql/
  25. licenses/
  26. livy/
  27. markdown/
  28. mongodb/
  29. neo4j/
  30. notebook/
  31. python/
  32. rlang/
  33. sap/
  34. scripts/
  35. shell/
  36. spark/
  37. spark-submit/
  38. sparql/
  39. submarine/
  40. testing/
  41. zeppelin-client/
  42. zeppelin-client-examples/
  43. zeppelin-common/
  44. zeppelin-display/
  45. zeppelin-distribution/
  46. zeppelin-examples/
  47. zeppelin-integration/
  48. zeppelin-interpreter/
  49. zeppelin-interpreter-integration/
  50. zeppelin-interpreter-parent/
  51. zeppelin-interpreter-shaded/
  52. zeppelin-jupyter/
  53. zeppelin-jupyter-interpreter/
  54. zeppelin-jupyter-interpreter-shaded/
  55. zeppelin-plugins/
  56. zeppelin-server/
  57. zeppelin-web/
  58. zeppelin-web-angular/
  59. zeppelin-zengine/
  60. .appveyor.yml
  61. .asf.yaml
  62. .gitattributes
  63. .gitignore
  64. Dockerfile
  65. LICENSE
  66. mvnw
  67. mvnw.cmd
  68. NOTICE
  69. pom.xml
  70. README.md
  71. Roadmap.md
  72. SECURITY-README.md
  73. 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.