modified the number of executors trying to avoid OOM exception

This commit is contained in:
Miriam Baglioni 2021-06-15 21:05:39 +02:00
parent 7deac55138
commit 1c47c0d786
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
<jar>dhp-doiboost-${projectVersion}.jar</jar>
<spark-opts>
--executor-memory=${sparkExecutorMemory}
--executor-cores=${sparkExecutorCores}
--executor-cores=2
--driver-memory=${sparkDriverMemory}
--conf spark.sql.shuffle.partitions=3840
--conf spark.extraListeners=${spark2ExtraListeners}