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>
|
||||
<delete path='${outputPath}'/>
|
||||
<mkdir path='${outputPath}'/>
|
||||
<delete path='${workingDir}'/>
|
||||
<mkdir path='${workingDir}'/>
|
||||
</fs>
|
||||
<ok to="get_project_file"/>
|
||||
<error to="Kill"/>
|
||||
|
|
Loading…
Reference in New Issue