copy relations to the graphOutputPath

This commit is contained in:
Claudio Atzori 2022-01-21 13:59:29 +01:00
parent 4983d6536d
commit dd52bf1bb8
1 changed files with 10 additions and 1 deletions

View File

@ -283,7 +283,16 @@
<error to="Kill"/> <error to="Kill"/>
</action> </action>
<join name="wait_dispatch" to="End"/> <join name="wait_dispatch" to="copy_relation"/>
<action name="copy_relation">
<distcp xmlns="uri:oozie:distcp-action:0.2">
<arg>${nameNode}/${graphBasePath}/relation</arg>
<arg>${nameNode}/${graphOutputPath}/relation</arg>
</distcp>
<ok to="End"/>
<error to="Kill"/>
</action>
<end name="End"/> <end name="End"/>
</workflow-app> </workflow-app>