hadoop - How to stop an Oozie coordinator? -
i ran oozie coordinator runs workflow every hour. don't have id , when run command oozie jobs -oozie http://localhost:11000/oozie shows me workflow jobs , there no coordinator. stop coordinator further processing, how can that?
for coordinator jobs, try this
oozie jobs -jobtype coordinator -oozie http://localhost:11000/oozie
Comments
Post a Comment