mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
* [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
|
||
|---|---|---|
| .. | ||
| docker-compose-zeppelin-only.yml | ||
| README.md | ||
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