increased spark.sql.shuffle.partitions in the last join phase of the result (publication) to community through semantic relation propagation

This commit is contained in:
Claudio Atzori 2022-11-18 16:06:51 +01:00
parent 8742934843
commit ed64618235
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@
--conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
--conf spark.dynamicAllocation.enabled=true
--conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
--conf spark.sql.shuffle.partitions=5000
--conf spark.sql.shuffle.partitions=10000
</spark-opts>
<arg>--preparedInfoPath</arg><arg>${workingDir}/preparedInfo/mergedCommunityAssoc</arg>
<arg>--sourcePath</arg><arg>${sourcePath}/publication</arg>