Created
January 18, 2018 16:21
-
-
Save sblack4/45a826bb93f40a3a54180b4f583d0b84 to your computer and use it in GitHub Desktop.
EzZeppelin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# instead of installing zeppeling on your client | |
# or deploying another host | |
# just pull the docker container | |
docker run -p 8080:8080 --rm -v ./logs:/logs -v ./notebook:/notebook -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.7.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment