forked from D-Net/dnet-hadoop
fixed workflow for the import of the claims alone
This commit is contained in:
parent
e4a29a4513
commit
ed1c7e5d75
|
@ -1,9 +1,5 @@
|
||||||
<workflow-app name="import Claims as Graph" xmlns="uri:oozie:workflow:0.5">
|
<workflow-app name="import Claims as Graph" xmlns="uri:oozie:workflow:0.5">
|
||||||
<parameters>
|
<parameters>
|
||||||
<property>
|
|
||||||
<name>graphOutputPath</name>
|
|
||||||
<description>the target path to store raw graph</description>
|
|
||||||
</property>
|
|
||||||
<property>
|
<property>
|
||||||
<name>reuseContent</name>
|
<name>reuseContent</name>
|
||||||
<value>false</value>
|
<value>false</value>
|
||||||
|
@ -152,7 +148,7 @@
|
||||||
<arg>-l</arg><arg>store</arg>
|
<arg>-l</arg><arg>store</arg>
|
||||||
<arg>-i</arg><arg>claim</arg>
|
<arg>-i</arg><arg>claim</arg>
|
||||||
</java>
|
</java>
|
||||||
<ok to="wait_import"/>
|
<ok to="End"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue