mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +00:00
9 lines
202 B
Docker
9 lines
202 B
Docker
FROM spark-base
|
|
|
|
# -- Runtime
|
|
|
|
ARG spark_master_web_ui=8080
|
|
|
|
EXPOSE ${spark_master_web_ui} ${SPARK_MASTER_PORT}
|
|
ENTRYPOINT bin/spark-class org.apache.spark.deploy.master.Master >> logs/spark-master.out
|