File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- imageName=" jware /bigdata-cluster"
3+ imageName=" jwaresolutions /bigdata-cluster"
44
55# Bring the services up
66function startServices {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.6"
22services :
33 # Master
44 master-node :
5- image : " jware /bigdata-cluster"
5+ image : " jwaresolutions /bigdata-cluster"
66 restart : " always"
77 # command: bash -c "echo 'n' | /usr/local/hadoop/bin/hdfs namenode -format &&
88 command : bash -c "/home/big_data/spark-cmd.sh start master-node"
@@ -20,7 +20,7 @@ services:
2020
2121 # Workers
2222 worker :
23- image : " jware /bigdata-cluster"
23+ image : " jwaresolutions /bigdata-cluster"
2424 restart : " always"
2525 command : bash -c "/home/big_data/spark-cmd.sh start"
2626 depends_on :
You can’t perform that action at this time.
0 commit comments