Skip to content

Commit 9a5d135

Browse files
committed
+ Changed Docker image name
1 parent 5164aa2 commit 9a5d135

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
imageName="jware/bigdata-cluster"
3+
imageName="jwaresolutions/bigdata-cluster"
44

55
# Bring the services up
66
function startServices {

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.6"
22
services:
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:

0 commit comments

Comments
 (0)