Revert PropagateRelation's argument name from outputPath to graphOutputPath in consistency workflow (#8964)

This commit is contained in:
Giambattista Bloisi 2023-08-28 22:44:54 +02:00
parent 9c8b41475a
commit d012aec0b3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
--conf spark.sql.shuffle.partitions=15000
</spark-opts>
<arg>--graphBasePath</arg><arg>${graphBasePath}</arg>
<arg>--outputPath</arg><arg>${workingPath}/propagaterelation/</arg>
<arg>--graphOutputPath</arg><arg>${workingPath}/propagaterelation/</arg>
<arg>--workingPath</arg><arg>${workingPath}</arg>
</spark>
<ok to="CleanRelation"/>