Fixing port for clustering.
Change-Id: I0d0893f3ba32fae5c690603bd074f79f5ec6b3f4
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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.*..." | ... | ... |
-
Please register or login to post a comment