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?