forked from D-Net/dnet-hadoop
[orcid enrichment] drop paths before copying the non-modifyed contents
This commit is contained in:
parent
c6b3401596
commit
2655eea5bc
|
@ -43,6 +43,17 @@
|
||||||
<arg>--graphPath</arg><arg>${graphPath}</arg>
|
<arg>--graphPath</arg><arg>${graphPath}</arg>
|
||||||
<arg>--master</arg><arg>yarn</arg>
|
<arg>--master</arg><arg>yarn</arg>
|
||||||
</spark>
|
</spark>
|
||||||
|
<ok to="reset_outputpath"/>
|
||||||
|
<error to="Kill"/>
|
||||||
|
</action>
|
||||||
|
|
||||||
|
<action name="reset_outputpath">
|
||||||
|
<fs>
|
||||||
|
<delete path="${graphPath}/datasource"/>
|
||||||
|
<delete path="${graphPath}/organization"/>
|
||||||
|
<delete path="${graphPath}/project"/>
|
||||||
|
<delete path="${graphPath}/relation"/>
|
||||||
|
</fs>
|
||||||
<ok to="copy_datasource"/>
|
<ok to="copy_datasource"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
</action>
|
</action>
|
||||||
|
|
Loading…
Reference in New Issue