forked from D-Net/dnet-hadoop
Revert PropagateRelation's argument name from outputPath to graphOutputPath in consistency workflow (#8964)
This commit is contained in:
parent
9c8b41475a
commit
d012aec0b3
|
@ -95,7 +95,7 @@
|
||||||
--conf spark.sql.shuffle.partitions=15000
|
--conf spark.sql.shuffle.partitions=15000
|
||||||
</spark-opts>
|
</spark-opts>
|
||||||
<arg>--graphBasePath</arg><arg>${graphBasePath}</arg>
|
<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>
|
<arg>--workingPath</arg><arg>${workingPath}</arg>
|
||||||
</spark>
|
</spark>
|
||||||
<ok to="CleanRelation"/>
|
<ok to="CleanRelation"/>
|
||||||
|
|
Loading…
Reference in New Issue