Created on 11-16-2016 10:33 AM - edited 08-19-2019 04:51 AM
I am unable clear the job which is running state in resourceManager UI, but actually no jobs are running. if I execute the command "hadoop job -list" in the linux command prompt, i dont see any active jobs that are running. In the ResourceManager UI, I have also tried that the with Killapplication button but doesnot worked out. . Please let me know how to clear the jobs which is not active.i tried restating all hadoop services,but no luck.
Created 11-16-2016 07:34 PM
Those must be TEZ containers initialized for hive shells. Do you have any open hive sessions? can you please check all the edge node and try to kill them? Also please check tez.am.container.idle.release-timeout-max.millis property.
Created 11-16-2016 07:34 PM
Those must be TEZ containers initialized for hive shells. Do you have any open hive sessions? can you please check all the edge node and try to kill them? Also please check tez.am.container.idle.release-timeout-max.millis property.
Created 11-17-2016 09:56 AM
@Kuldeep Kulkarni..Thanks for your reply.i have found the job using command yarn application -list then killed the job using command yarn application -kill <application iD> and its works . 🙂