Skip to content

Commit

Permalink
update default vm size
Browse files Browse the repository at this point in the history
  • Loading branch information
mumian committed Mar 8, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 710a0f0 commit 6da9e53
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 101-hdinsight-spark-linux-vnet/azuredeploy.json
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@
"name": "headnode",
"targetInstanceCount": "2",
"hardwareProfile": {
"vmSize": "Standard_D3"
"vmSize": "Standard_D3_v2"
},
"osProfile": {
"linuxOperatingSystemProfile": {
@@ -140,7 +140,7 @@
"name": "workernode",
"targetInstanceCount": "2",
"hardwareProfile": {
"vmSize": "Standard_D3"
"vmSize": "Standard_D3_v2"
},
"osProfile": {
"linuxOperatingSystemProfile": {
4 changes: 2 additions & 2 deletions 101-hdinsight-spark-linux/azuredeploy.json
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@
"name": "headnode",
"targetInstanceCount": "2",
"hardwareProfile": {
"vmSize": "Standard_D3"
"vmSize": "Standard_D3_v2"
},
"osProfile": {
"linuxOperatingSystemProfile": {
@@ -105,7 +105,7 @@
"name": "workernode",
"targetInstanceCount": "2",
"hardwareProfile": {
"vmSize": "Standard_D3"
"vmSize": "Standard_D3_v2"
},
"osProfile": {
"linuxOperatingSystemProfile": {
2 changes: 1 addition & 1 deletion 101-hdinsight-spark-linux/metadata.json
Original file line number Diff line number Diff line change
@@ -3,5 +3,5 @@
"description": "This template allows you to create a Linux-based Spark cluster in an Azure VNet. ",
"summary": "Deploy a Linux-based Spark cluster in an Azure VNet",
"githubUsername": "mumian",
"dateUpdated": "2017-03-07"
"dateUpdated": "2017-03-08"
}

0 comments on commit 6da9e53

Please sign in to comment.