Skip to content

Instantly share code, notes, and snippets.

@gschmutz
Created January 30, 2019 19:04
Show Gist options
  • Save gschmutz/5ba12d791bd33dbd9626fef4595d6a0d to your computer and use it in GitHub Desktop.
Save gschmutz/5ba12d791bd33dbd9626fef4595d6a0d to your computer and use it in GitHub Desktop.
zeppelin:
image: dylanmei/zeppelin
container_name: zeppelin
ports:
- "38080:8080"
environment:
ZEPPELIN_PORT: 8080
ZEPPELIN_JAVA_OPTS: >-
-Dspark.driver.memory=1g
-Dspark.executor.memory=2g
MASTER: local[*]
volumes:
- ./data:/usr/zeppelin/data
- ./ :/usr/zeppelin/notebook
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment