Open olivergaudreault opened 3 years ago
There is an option to configure the spark pool configuration => https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/synapse_spark_pool
spark_config {
content = <<EOF
spark.shuffle.spill true
EOF
filename = "config.txt"
}
But that's the old way. Microsoft changed spark configuration by moving it into synapse analytics. If you create it with terraform you will get the following:
The new way must be implemented to be present at synapse analytics -> spark pool:
i have the same issue. once the params are set using the new way, the resource becomes unmanagable in terraform #20169
Community Note
Description
In the Synapse Spark Pool portal there is an option for "Spark Configuration" but this isn't available in terraform. Can it be added? It is available through ARM sparkConfigProperties
New or Affected Resource(s)
Potential Terraform Configuration
N/A
References
N/A