Created
January 19, 2022 01:58
-
-
Save FernandoCutire/196c200d62e885de3c88d6945929a902 to your computer and use it in GitHub Desktop.
Saved from https://zeppelin.apache.org/download.html
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
docker run -u $(id -u) -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook \ | |
-v /usr/lib/spark-2.4.7:/opt/spark -v /usr/lib/flink-1.12.2:/opt/flink \ | |
-e FLINK_HOME=/opt/flink -e SPARK_HOME=/opt/spark \ | |
-e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment