Search code examples
filteroozieoozie-coordinator

oozie filter jobs using "not equal" condition


I am using Oozie coordinators and the web console for tracking them. In order to find my job I usually use a filter

user=XXX;status=running

I know that this is also valid for the command line "-filter " (see here)

However in some cases I would like to use the condition status(not equal)killed

Is this possible? what is the corresponding syntax?


Solution

  • am not aware of such kind of operation {not equals} function is defined in any of the supported Oozie. Instaed of Not Equal KILLED... you can try EQUAL RUNNING/SUSPEND/COMPLETE/PREP ... as both will give the same ans :)