increased spark.sql.shuffle.partitions in affiliation_from_semrel_propagation

This commit is contained in:
Claudio Atzori 2022-03-23 12:22:26 +01:00
parent 43733c1a18
commit f10066547b
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@
--conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
--conf spark.dynamicAllocation.enabled=true
--conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
--conf spark.sql.shuffle.partitions=3840
</spark-opts>
<arg>--relationPath</arg><arg>${workingDir}/preparedInfo/relation</arg>
<arg>--outputPath</arg><arg>${outputPath}/relation</arg>