duplicate the number of partitions in ConvertCrossrefToOaf

This commit is contained in:
Miriam Baglioni 2021-07-19 12:41:14 +02:00
parent 59530a14fb
commit 662c396354
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
--executor-memory=${sparkExecutorMemory}
--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}