Created
September 9, 2021 15:13
-
-
Save vndee/79c1e17aef57028a73cc51f21ea9942e to your computer and use it in GitHub Desktop.
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
# Spark master node | |
FROM spark-base | |
# -- Runtime | |
ARG spark_master_web_ui=8080 | |
EXPOSE ${spark_master_web_ui} ${SPARK_MASTER_PORT} | |
CMD bin/spark-class org.apache.spark.deploy.master.Master >> logs/spark-master.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment