duplicate the number of partitions in ProcessMag

This commit is contained in:
Miriam Baglioni 2021-07-19 18:16:23 +02:00
parent 662c396354
commit b420b11ed3
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
--executor-memory=${sparkExecutorIntersectionMemory}
--executor-cores=${sparkExecutorCores}
--driver-memory=${sparkDriverMemory}
--conf spark.sql.shuffle.partitions=3840
--conf spark.sql.shuffle.partitions=7680
--conf spark.extraListeners=${spark2ExtraListeners}
--conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}
--conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}