I currently have an Oozie coordinator that has a dependency on a dataset.
The dataset has been configured to create a _SUCCESS file on completion to
trigger the workflow.  From my understanding, the workflow gets triggered
based on the existence of the _SUCCESS file, but I have a use case where I
need to retrigger the workflow to run in the case that the same _SUCCESS
get updated i.e. timestamp changes.  I was wondering how I would go about
this in Oozie.

Thanks,

KP

Reply via email to