Skip to content

Commit

Permalink
Move Hadoop tests to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kosinsky committed Jul 10, 2020
1 parent ca8909d commit 71c0a62
Showing 1 changed file with 26 additions and 26 deletions.
Expand Up @@ -589,11 +589,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
Expand Down Expand Up @@ -735,11 +735,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
Expand Down Expand Up @@ -787,11 +787,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
Expand Down Expand Up @@ -857,11 +857,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
Expand Down Expand Up @@ -929,11 +929,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
Expand Down Expand Up @@ -991,11 +991,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
Expand Down Expand Up @@ -1053,10 +1053,10 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = "${azurerm_resource_group.test.name}"
location = "${azurerm_resource_group.test.location}"
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
enabled = true
Expand Down Expand Up @@ -1116,10 +1116,10 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = "${azurerm_resource_group.test.name}"
location = "${azurerm_resource_group.test.location}"
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
enabled = true
Expand Down Expand Up @@ -1239,11 +1239,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
tls_min_version = "1.2"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
enabled = true
Expand Down Expand Up @@ -1327,10 +1327,10 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
enabled = true
Expand Down Expand Up @@ -1416,10 +1416,10 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
enabled = true
Expand Down Expand Up @@ -1477,11 +1477,11 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
Expand Down Expand Up @@ -1533,10 +1533,10 @@ resource "azurerm_hdinsight_hadoop_cluster" "test" {
name = "acctesthdi-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
cluster_version = "3.6"
cluster_version = "4.0"
tier = "Standard"
component_version {
hadoop = "2.7"
hadoop = "3.1"
}
gateway {
username = "acctestusrgw"
Expand Down

0 comments on commit 71c0a62

Please sign in to comment.