Skip to content

Commit

Permalink
perf(spark): set maximizeResourceAllocation to true (#14983)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Mar 2, 2024
1 parent d7384b5 commit a14d213
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloud-infrastructure/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ module "hm_sedona_emr" {
"delta.enabled" : "true"
}
},
{
"Classification": "spark",
"Properties": {
"maximizeResourceAllocation": "true"
}
},
{
"Classification" : "spark-hive-site",
"Properties" : {
Expand Down

0 comments on commit a14d213

Please sign in to comment.