Skip to content

Instantly share code, notes, and snippets.

@sblack4
Created January 18, 2018 16:21
Show Gist options
  • Save sblack4/45a826bb93f40a3a54180b4f583d0b84 to your computer and use it in GitHub Desktop.
Save sblack4/45a826bb93f40a3a54180b4f583d0b84 to your computer and use it in GitHub Desktop.
EzZeppelin
# 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