Created 09-28-2018 03:20 AM
Not able to kill running yarn applications from resource manager "kill application" option in HDP 3.0. Whenever clicking on that options it ask for confirmation but than do nothing.
Created 09-28-2018 04:41 AM
Hi @Kunal Agarwal,
you can kill the applications by using yarn command line options.
syntax: yarn application -kill <application id>
Created 10-04-2018 09:33 AM
Hi @Kunal Agarwal,
else you can kill that yarn application with process ID.
ps -ef | grep <application_id>
[it gives process id]
Kill -9 <process Id>
Thanks,
Anji
Created 10-04-2018 10:08 AM
The proper way is to locate the application ID in RM Ui and run the below command
$ yarn application -kill application_id
HTH
Created 12-10-2018 04:32 PM
Can you check if below property is enable of not ?
Created 09-13-2022 10:56 PM
Hello @kunal_agarwal
If you are using Knox Gateway, it may be the bug, presented here
To fix it you could apply this changes to file:
${KNOX_GATEWAY_HOME}/data/services/yarnui/2.7.0/rewrite.xml
to rewrite rules of yarnui service