increased spark.sql.shuffle.partitions in affiliation_from_semrel_propagation

instance_group_by_url
Claudio Atzori 2 years ago
parent 43733c1a18
commit f10066547b

@ -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>

Loading…
Cancel
Save