restored common properties driving executor-cores and executor-memory in join_organization_relations wf node

This commit is contained in:
Claudio Atzori 2020-05-29 11:22:00 +02:00
parent b2f9564f13
commit 6f5f498c78
1 changed files with 2 additions and 2 deletions

View File

@ -499,8 +499,8 @@
<class>eu.dnetlib.dhp.oa.provision.CreateRelatedEntitiesJob_phase2</class>
<jar>dhp-graph-provision-${projectVersion}.jar</jar>
<spark-opts>
--executor-cores=2
--executor-memory=12G
--executor-cores=${sparkExecutorCoresForJoining}
--executor-memory=${sparkExecutorMemoryForJoining}
--driver-memory=${sparkDriverMemoryForJoining}
--conf spark.extraListeners=${spark2ExtraListeners}
--conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}