forked from D-Net/dnet-hadoop
Added missing parametero to raw all workflow
This commit is contained in:
parent
7aebedb43c
commit
78e51c182a
|
@ -224,6 +224,7 @@
|
|||
<arg>-f</arg><arg>ODF</arg>
|
||||
<arg>-l</arg><arg>store</arg>
|
||||
<arg>-i</arg><arg>claim</arg>
|
||||
<arg>--nameNode</arg><arg>${nameNode}</arg>
|
||||
</java>
|
||||
<ok to="reuse_oaf_claims"/>
|
||||
<error to="Kill"/>
|
||||
|
@ -249,6 +250,7 @@
|
|||
<arg>-f</arg><arg>OAF</arg>
|
||||
<arg>-l</arg><arg>store</arg>
|
||||
<arg>-i</arg><arg>claim</arg>
|
||||
<arg>--nameNode</arg><arg>${nameNode}</arg>
|
||||
</java>
|
||||
<ok to="wait_import"/>
|
||||
<error to="Kill"/>
|
||||
|
|
Loading…
Reference in New Issue