Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Gracefully kill oozie coordinator

avatar
Contributor

Hello,

if i kill a oozie coordinator with the command below, the workflows of the coordinator which are running at this moment also gets killed.

oozie job -oozie http://<ooziehost>:<port>/oozie -kill xxxxxxx-xxxxxxxxxxxxxx-oozie-oozi-C

Is there a way to kill a coordinator and let the coordinator workflows which are in RUNNING mode at this time run to end?

Background is that the workflows are ELT processes, including recieving messages of IBM MQ, do sqoop jobs and transform the data. The error handling if a workflow suddenly get killed is quite difficult.

Thanks,

Michael

1 ACCEPTED SOLUTION

avatar
Expert Contributor
@Michael Graml

it is not possible, if coordinator is killed, workflows will be killed.

View solution in original post

1 REPLY 1

avatar
Expert Contributor
@Michael Graml

it is not possible, if coordinator is killed, workflows will be killed.