Skip to content

Commit 3d14fcf

Browse files
committed
+ Added master-node name to make toy-cluster.sh info work
1 parent 7220250 commit 3d14fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
# Master
44
master-node:
55
image: "jwaresolutions/big-data-cluster"
6+
container_name: "master-node"
67
restart: "always"
78
command: bash -c "/home/big_data/spark-cmd.sh start master-node"
89
networks:

0 commit comments

Comments
 (0)