Skip to content

Commit b557c84

Browse files
committed
Passing the master hostname explicitly
1 parent fa45e86 commit b557c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
master:
22
image: gettyimages/spark
3-
command: /usr/spark/bin/spark-class org.apache.spark.deploy.master.Master
3+
command: /usr/spark/bin/spark-class org.apache.spark.deploy.master.Master -h master
44
hostname: master
55
environment:
66
SPARK_CONF_DIR: /conf

0 commit comments

Comments
 (0)