Skip to content

Commit

Permalink
upgrade the default cluster version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mumian committed Oct 11, 2017
1 parent f6c1bd0 commit 47c0161
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 101-hdinsight-hbase-linux-vnet/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
],
"tags": { },
"properties": {
"clusterVersion": "3.5",
"clusterVersion": "3.6",
"osType": "Linux",
"clusterDefinition": {
"kind": "hbase",
Expand Down
2 changes: 1 addition & 1 deletion 101-hdinsight-hbase-linux-vnet/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "This template allows you to create an Azure VNet and an HDInsight HBase cluster running Linux within the VNet.",
"summary": "Deploy an Azure VNet and an HDInsight Linux-based HBase cluster within the VNet",
"githubUsername": "mumian",
"dateUpdated": "2017-05-08"
"dateUpdated": "2017-10-11"
}
2 changes: 1 addition & 1 deletion 101-hdinsight-hbase-linux/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
],
"tags": { },
"properties": {
"clusterVersion": "3.5",
"clusterVersion": "3.6",
"osType": "Linux",
"clusterDefinition": {
"kind": "hbase",
Expand Down
2 changes: 1 addition & 1 deletion 101-hdinsight-hbase-linux/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "This template allows you to create a Linux-based HBase cluster in Azure HDInsight. ",
"summary": "Deploy a Linux-based HBase cluster in Azure HDInsight",
"githubUsername": "mumian",
"dateUpdated": "2017-05-08"
"dateUpdated": "2017-10-11"
}
2 changes: 1 addition & 1 deletion 101-hdinsight-hbase-replication-geo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="http://armviz.io/visualizebutton.png"/>
</a>

This template allows you to create a HDInsight HBase replication with two virtual networks in two different regions. After it is done, you need to configure static IP addresses for the Zookeeper nodes before you can enable HBase replication using script action. For more information, see [Configure HBase replication](https://docs.microsoft.com/azure/hdinsight/hdinsight-hbase-replication).
This template allows you to create a HDInsight HBase replication with two virtual networks in two different regions and the VPN connections between the two VNets. After it is done, you need to configure static IP addresses for the Zookeeper nodes before you can enable HBase replication using script action. For more information, see [Configure HBase replication](https://docs.microsoft.com/azure/hdinsight/hdinsight-hbase-replication).

## Related templates

Expand Down
2 changes: 1 addition & 1 deletion 101-hdinsight-hbase-replication-geo/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Deploy HBase geo replication",
"description": "This template allows you to configure a HBase replication across two different regions.",
"description": "This template allows you to configure an HBase replication across two different regions with VPN vnet-to-vnet connection.",
"summary": "Deploy two HBase clustes with each in its own VNet across two different regions.",
"githubUsername": "mumian",
"dateUpdated": "2017-10-04"
Expand Down
2 changes: 1 addition & 1 deletion 101-hdinsight-hbase-replication-one-vnet/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
],
"tags": { },
"properties": {
"clusterVersion": "3.5",
"clusterVersion": "3.6",
"osType": "Linux",
"clusterDefinition": {
"kind": "hbase",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"value": "GEN-UNIQUE-5"
},
"clusterLoginUserName": {
"value": "admin"
"value": "GEN-UNIQUE"
},
"clusterLoginPassword": {
"value": "GEN-PASSWORD"
},
"sshUserName": {
"value": "sshuser"
"value": "GEN-UNIQUE"
},
"sshPassword": {
"value": "GEN-PASSWORD"
Expand Down
4 changes: 2 additions & 2 deletions 101-hdinsight-hbase-replication-one-vnet/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"itemDisplayName": "Deploy an Azure VNet and two HBase clusters within the VNet",
"description": "This template allows you to configure a HBase environment with two HBase clusters within a VNet for configuring HBase replication.",
"description": "This template allows you to configure an HBase environment with two HBase clusters within a VNet for configuring HBase replication.",
"summary": "Deploy an Azure VNet and two HDInsight Linux-based HBase clusters within the VNet",
"githubUsername": "mumian",
"dateUpdated": "2017-03-08"
"dateUpdated": "2017-10-11"
}
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
],
"tags": { },
"properties": {
"clusterVersion": "3.5",
"clusterVersion": "3.6",
"osType": "Linux",
"clusterDefinition": {
"kind": "hbase",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"value": "GEN-UNIQUE-5"
},
"clusterLoginUserName": {
"value": "admin"
"value": "GEN-UNIQUE"
},
"clusterLoginPassword": {
"value": "GEN-PASSWORD"
},
"sshUserName": {
"value": "sshuser"
"value": "GEN-UNIQUE"
},
"sshPassword": {
"value": "GEN-PASSWORD"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"itemDisplayName": "Deploy HBase replication with two VNets in one region",
"description": "This template allows you to configure a HBase environment with two HBase clusters within two VNets in the same region for configuring HBase replication.",
"summary": "Deploy two HBase clustes with each in its own VNet",
"description": "This template allows you to configure aN HBase environment with two HBase clusters within two VNets in the same region for configuring HBase replication.",
"summary": "Deploy two HBase clustes with each in its own VNet in the same region",
"githubUsername": "mumian",
"dateUpdated": "2017-03-08"
"dateUpdated": "2017-10-11"
}

0 comments on commit 47c0161

Please sign in to comment.