hadoophadoop-yarnresourcemanager

How to kill an application from the ResourceManager Web UI


Is there a way of killing an application from the RM web UI instead of running yarn application -kill?


Solution

  • 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