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.

Oozie Coordinator Missing from Running List

avatar
Contributor

I want to change the schedule for a running Oozie Coordinator, however it is missing from the list of running coordinators in Hue.  Further, it is not listed if I run the following shell command:

 

sudo -u oozie oozie jobs -oozie http://<server-url>:11000/oozie/ -jobtype coordinator | grep RUNNING

 

How is it possible to locate the coodinator, so I can kill it?

 

Thank you,

 

Michael Reynolds

 

1 ACCEPTED SOLUTION

avatar
Contributor

I found the running coordinator in the Oozie Web Console.  By referencing the job ID in the console, I was able to kill the coodinator via the Oozie -kill command.

 

Michael Reynolds

 

View solution in original post

1 REPLY 1

avatar
Contributor

I found the running coordinator in the Oozie Web Console.  By referencing the job ID in the console, I was able to kill the coodinator via the Oozie -kill command.

 

Michael Reynolds