How to kill an application from the ResourceManager Web UI
I can do that in hadoop v2.7.1
- Open
http://<host_name>:<port>/cluster/app/<app_id>
- Press button Kill application
You should add
yarn.resourcemanager.webapp.ui-actions.enabled=true
to your
yarn-site.xml
to enable this button (if its not visible).