Skip to content

Commit

Permalink
Merge pull request #19 from manojkumarsah13/patch-2
Browse files Browse the repository at this point in the history
Update cluster-config.json.j2
  • Loading branch information
balasaheb-karjule authored Aug 31, 2023
2 parents 7552d44 + e245128 commit b563b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"spark.shuffle.service.enabled" :"{{ spark_enable_dynamic_allocation }}",
"spark.sql.shuffle.partitions" : "{{ spark_sql_shuffle_partitions }}",
"spark.scheduler.mode" : "FAIR",
"spark.driver.memory" : "280g",
"spark.driver.memory" : "40g",
"spark.driver.memoryOverhead" : "4g",
"spark.executor.memoryOverhead" : "4g",
"spark.serializer" : "org.apache.spark.serializer.KryoSerializer",
Expand Down

0 comments on commit b563b95

Please sign in to comment.