diff --git a/101-hdinsight-hbase-linux-vnet/azuredeploy.json b/101-hdinsight-hbase-linux-vnet/azuredeploy.json index 5d447202030d..d4094b36b83d 100644 --- a/101-hdinsight-hbase-linux-vnet/azuredeploy.json +++ b/101-hdinsight-hbase-linux-vnet/azuredeploy.json @@ -93,7 +93,7 @@ ], "tags": { }, "properties": { - "clusterVersion": "3.5", + "clusterVersion": "3.6", "osType": "Linux", "clusterDefinition": { "kind": "hbase", diff --git a/101-hdinsight-hbase-linux-vnet/metadata.json b/101-hdinsight-hbase-linux-vnet/metadata.json index 6ecf79a00571..e47e7e6b46bc 100644 --- a/101-hdinsight-hbase-linux-vnet/metadata.json +++ b/101-hdinsight-hbase-linux-vnet/metadata.json @@ -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" } diff --git a/101-hdinsight-hbase-linux/azuredeploy.json b/101-hdinsight-hbase-linux/azuredeploy.json index 91ca691db9e9..eb38e45aff9c 100644 --- a/101-hdinsight-hbase-linux/azuredeploy.json +++ b/101-hdinsight-hbase-linux/azuredeploy.json @@ -61,7 +61,7 @@ ], "tags": { }, "properties": { - "clusterVersion": "3.5", + "clusterVersion": "3.6", "osType": "Linux", "clusterDefinition": { "kind": "hbase", diff --git a/101-hdinsight-hbase-linux/metadata.json b/101-hdinsight-hbase-linux/metadata.json index de36d3a7a7a3..70a821aa83aa 100644 --- a/101-hdinsight-hbase-linux/metadata.json +++ b/101-hdinsight-hbase-linux/metadata.json @@ -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" } diff --git a/101-hdinsight-hbase-replication-geo/README.md b/101-hdinsight-hbase-replication-geo/README.md index c83bb3cb6a8c..b520c4845d6e 100644 --- a/101-hdinsight-hbase-replication-geo/README.md +++ b/101-hdinsight-hbase-replication-geo/README.md @@ -7,7 +7,7 @@ -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 diff --git a/101-hdinsight-hbase-replication-geo/metadata.json b/101-hdinsight-hbase-replication-geo/metadata.json index e47ac91725aa..043a5c7a3978 100644 --- a/101-hdinsight-hbase-replication-geo/metadata.json +++ b/101-hdinsight-hbase-replication-geo/metadata.json @@ -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" diff --git a/101-hdinsight-hbase-replication-one-vnet/azuredeploy.json b/101-hdinsight-hbase-replication-one-vnet/azuredeploy.json index 6c833cbda675..eeaeaecbd552 100644 --- a/101-hdinsight-hbase-replication-one-vnet/azuredeploy.json +++ b/101-hdinsight-hbase-replication-one-vnet/azuredeploy.json @@ -201,7 +201,7 @@ ], "tags": { }, "properties": { - "clusterVersion": "3.5", + "clusterVersion": "3.6", "osType": "Linux", "clusterDefinition": { "kind": "hbase", diff --git a/101-hdinsight-hbase-replication-one-vnet/azuredeploy.parameters.json b/101-hdinsight-hbase-replication-one-vnet/azuredeploy.parameters.json index 203bb0366180..99dd067d3a02 100644 --- a/101-hdinsight-hbase-replication-one-vnet/azuredeploy.parameters.json +++ b/101-hdinsight-hbase-replication-one-vnet/azuredeploy.parameters.json @@ -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" diff --git a/101-hdinsight-hbase-replication-one-vnet/metadata.json b/101-hdinsight-hbase-replication-one-vnet/metadata.json index 41ea79047fe1..29269b6f629b 100644 --- a/101-hdinsight-hbase-replication-one-vnet/metadata.json +++ b/101-hdinsight-hbase-replication-one-vnet/metadata.json @@ -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" } diff --git a/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.json b/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.json index 3e510b27bca0..8c5bdd1d508b 100644 --- a/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.json +++ b/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.json @@ -167,7 +167,7 @@ ], "tags": { }, "properties": { - "clusterVersion": "3.5", + "clusterVersion": "3.6", "osType": "Linux", "clusterDefinition": { "kind": "hbase", diff --git a/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.parameters.json b/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.parameters.json index 203bb0366180..99dd067d3a02 100644 --- a/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.parameters.json +++ b/101-hdinsight-hbase-replication-two-vnets-same-region/azuredeploy.parameters.json @@ -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" diff --git a/101-hdinsight-hbase-replication-two-vnets-same-region/metadata.json b/101-hdinsight-hbase-replication-two-vnets-same-region/metadata.json index a8cf6e7b44f3..7c1b90c7a0a6 100644 --- a/101-hdinsight-hbase-replication-two-vnets-same-region/metadata.json +++ b/101-hdinsight-hbase-replication-two-vnets-same-region/metadata.json @@ -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" }