collectivemedia / celos

Scriptable scheduler for periodical Hadoop workflows
Apache License 2.0
22 stars 9 forks source link

Add support for ant as external service #647

Closed ezhulenev closed 8 years ago

ezhulenev commented 8 years ago

In some of our workflows we are relying on ant. Currently we run it as java application from Oozie workflow. It would be much more convenient/cleaner if Celos itself would support launching ant scripts.

manuel commented 8 years ago

@ezhulenev Please post a link/example of such an Ant script.

ezhulenev commented 8 years ago

@manuel TVA-Insourcing as example: https://github.com/collectivemedia/tva-insource/blob/master/src/main/cycle/build.xml

ezhulenev commented 8 years ago

@ashf72 done great job for integrating Ant and Java Action, so it's not an issue anymore