Created 11-02-2017 01:28 PM
i am trying to kill oozie job, but it is still in running status, I had mentioned wrong value for jobtracker .
command i using to kill oozie shell job :
oozie job -oozie oozie-server_address:11000/oozie -kill jobid-oozie-oozi-W
Created 11-02-2017 05:12 PM
@Anurag Mishra
Have you tried this
$ oozie job -oozie http://server_ip:port/oozie -kill job_id
What is the status in the DB from the tables WF_JOBS and WF_ACTIONS?