I've been working with oozie for a while, I wanted to kill a coordinator but I don't want to kill the workflow that's being kicked off by the coordinator.
Why do I want to do that? I have a scenario where my job has to run once every 15minutes but the first job took more than 3 hours because of the historical data that's being loaded in the currently running instance and because of that rest of the jobs piled up. Below picture is an example of that.
Oozie Snapshot for the explained question
Thanks in Advance, feel free to ask for any other information required.