How to kill an application from the ResourceManager Web UI How to kill an application from the ResourceManager Web UI hadoop hadoop

How to kill an application from the ResourceManager Web UI


I can do that in hadoop v2.7.1

  1. Open http://<host_name>:<port>/cluster/app/<app_id>
  2. Press button Kill application

enter image description here


You should add yarn.resourcemanager.webapp.ui-actions.enabled=trueto your yarn-site.xml to enable this button (if its not visible).