forked from D-Net/dnet-hadoop
added fs actions to remove and the create the workingDir
This commit is contained in:
parent
96d1a3c431
commit
1060977272
|
@ -24,6 +24,8 @@
|
||||||
<fs>
|
<fs>
|
||||||
<delete path='${outputPath}'/>
|
<delete path='${outputPath}'/>
|
||||||
<mkdir path='${outputPath}'/>
|
<mkdir path='${outputPath}'/>
|
||||||
|
<delete path='${workingDir}'/>
|
||||||
|
<mkdir path='${workingDir}'/>
|
||||||
</fs>
|
</fs>
|
||||||
<ok to="get_project_file"/>
|
<ok to="get_project_file"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
|
|
Loading…
Reference in New Issue