forked from D-Net/dnet-hadoop
[orcid enrichment] fixed directory cleanup before distcp
This commit is contained in:
parent
f2a08d8cc2
commit
42f5506306
|
@ -49,10 +49,10 @@
|
||||||
|
|
||||||
<action name="reset_outputpath">
|
<action name="reset_outputpath">
|
||||||
<fs>
|
<fs>
|
||||||
<delete path="${graphPath}/datasource"/>
|
<delete path="${targetPath}/datasource"/>
|
||||||
<delete path="${graphPath}/organization"/>
|
<delete path="${targetPath}/organization"/>
|
||||||
<delete path="${graphPath}/project"/>
|
<delete path="${targetPath}/project"/>
|
||||||
<delete path="${graphPath}/relation"/>
|
<delete path="${targetPath}/relation"/>
|
||||||
</fs>
|
</fs>
|
||||||
<ok to="copy_datasource"/>
|
<ok to="copy_datasource"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
|
|
Loading…
Reference in New Issue