removed wrong loop on oozie wf

This commit is contained in:
Sandro La Bruzzo 2021-07-09 12:17:57 +02:00
parent 9f5a0f3ab6
commit 61ccb54fde
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<arg>--idPath</arg><arg>identifier</arg>
<arg>--cluster</arg><arg>${esCluster}</arg>
</spark>
<ok to="indexScholix"/>
<ok to="End"/>
<error to="Kill"/>
</action>