Thomas Vachuska

Fixing port for clustering.

Change-Id: I0d0893f3ba32fae5c690603bd074f79f5ec6b3f4
...@@ -100,8 +100,8 @@ cat > $STAGE/config/cluster.json <<EOF ...@@ -100,8 +100,8 @@ cat > $STAGE/config/cluster.json <<EOF
100 EOF 100 EOF
101 101
102 cat > $STAGE/config/tablets.json <<EOF 102 cat > $STAGE/config/tablets.json <<EOF
103 - { "nodes": [ { "ip": "$IP", "id": "$IP", "tcpPort": 7238 }], 103 + { "nodes": [ { "ip": "$IP", "id": "$IP", "tcpPort": 9876 }],
104 - "partitions": { "p1": [ { "ip": "$IP", "id": "$IP", "tcpPort": 7238 }]}} 104 + "partitions": { "p1": [ { "ip": "$IP", "id": "$IP", "tcpPort": 9876 }]}}
105 EOF 105 EOF
106 106
107 echo "Setting up hazelcast.xml for subnet $SUBNET.*..." 107 echo "Setting up hazelcast.xml for subnet $SUBNET.*..."
......