fixed workflow for the import of the claims alone

This commit is contained in:
Claudio Atzori 2020-07-02 12:40:21 +02:00
parent e4a29a4513
commit ed1c7e5d75
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
<workflow-app name="import Claims as Graph" xmlns="uri:oozie:workflow:0.5">
<parameters>
<property>
<name>graphOutputPath</name>
<description>the target path to store raw graph</description>
</property>
<property>
<name>reuseContent</name>
<value>false</value>
@ -152,7 +148,7 @@
<arg>-l</arg><arg>store</arg>
<arg>-i</arg><arg>claim</arg>
</java>
<ok to="wait_import"/>
<ok to="End"/>
<error to="Kill"/>
</action>