Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Gracefully kill oozie coordinator

avatar
New Member

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.