Skip to content

Instantly share code, notes, and snippets.

@FernandoCutire
Created January 19, 2022 01:58
Show Gist options
  • Save FernandoCutire/196c200d62e885de3c88d6945929a902 to your computer and use it in GitHub Desktop.
Save FernandoCutire/196c200d62e885de3c88d6945929a902 to your computer and use it in GitHub Desktop.
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