forked from D-Net/dnet-hadoop
no need to mkdir a the all_entities file
This commit is contained in:
parent
19746ad308
commit
2795b0b096
|
@ -120,7 +120,6 @@
|
||||||
<action name="ResetAllEntitiesPath">
|
<action name="ResetAllEntitiesPath">
|
||||||
<fs>
|
<fs>
|
||||||
<delete path="'${workingPath}/all_entities'"/>
|
<delete path="'${workingPath}/all_entities'"/>
|
||||||
<mkdir path="'${workingPath}/all_entities'"/>
|
|
||||||
</fs>
|
</fs>
|
||||||
<ok to="GenerateEntities"/>
|
<ok to="GenerateEntities"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
|
|
Loading…
Reference in New Issue