zeppelin/scripts/docker/zeppelin-quick-start
Gyeongtae Park 90780447af
[ZEPPELIN-6032] Provide docker-compose-zeppelin-only.yml file for quick start (#4776)
* [ZEPPELIN-6032] Add files: docker-compose.yml, .env.template

* [ZEPPELIN-6032] Fix ZEPPELIN_IMAGE_TAG and docker-compose filename

* [ZEPPELIN-6032] Add README.md

* [ZEPPELIN-6032] Add Apache License to .env.template

* [ZEPPELIN-6037] Unify the ZeppelinConfiguration variable to zConf in all files

* Revert "[ZEPPELIN-6037] Unify the ZeppelinConfiguration variable to zConf in all files"

This reverts commit 8d5b3c59b7.

* [ZEPPELIN-6032] Moving docker compose file

* [ZEPPELIN-6032] Change the docker-compose command to docker compose

* [ZEPPELIN-6032] Remove the version from the YAML file
2024-08-26 20:55:45 +08:00
..
docker-compose-zeppelin-only.yml [ZEPPELIN-6032] Provide docker-compose-zeppelin-only.yml file for quick start (#4776) 2024-08-26 20:55:45 +08:00
README.md [ZEPPELIN-6032] Provide docker-compose-zeppelin-only.yml file for quick start (#4776) 2024-08-26 20:55:45 +08:00

Apache Zeppelin Quickstart with Docker Compose

Getting Started

Install Docker

Please go to install to install Docker.

Zeppelin Only

Run docker-compose

docker compose -f docker-compose-zeppelin-only.yml up

Stop docker-compose

docker compose -f docker-compose-zeppelin-only.yml stop

Apache Zeppelin Environment Variables

  • Please check the link for more details
    environment:
      ZEPPELIN_ADDR: 127.0.0.1 # Zeppelin server binding address
      ZEPPELIN_PORT: 8080 # Zeppelin server port
      ZEPPELIN_SSL_PORT: 8443 # Zeppelin Server ssl port
      ZEPPELIN_JMX_ENABLE: false # Enable JMX by defining "true"
      ZEPPELIN_JMX_PORT: 9996 # Port number which JMX uses
      ZEPPELIN_MEM: -Xmx1024m -XX:MaxMetaspaceSize=512m # JVM mem options