new step to the oozie workflow

This commit is contained in:
Miriam Baglioni 2020-07-02 14:24:13 +02:00
parent a7b26d7f07
commit 1c212cb6b9
1 changed files with 11 additions and 2 deletions

View File

@ -207,9 +207,18 @@
<error to="Kill"/>
</action>
<join name="join_dump" to="End"/>
<join name="join_dump" to="populate_catalogue"/>
<action name="populate_catalogue">
<java>
<main-class>eu.dnetlib.dhp.oa.graph.dump.gcat.SendToCatalogue</main-class>
<arg>--hdfsPath</arg><arg>${workingDir}/blacklist</arg>
<arg>--hdfsNameNode</arg><arg>${nameNode}</arg>
<arg>--accessToken</arg><arg>${accessToken}</arg>
</java>
<ok to="End"/>
<error to="Kill"/>
</action>
<end name="End"/>