dimamah
dimamah

Reputation: 2901

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?

Upvotes: 13

Views: 10537

Answers (2)

Sergey Morozov
Sergey Morozov

Reputation: 4618

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

Upvotes: 32

haschaw
haschaw

Reputation: 31

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

Upvotes: 3

Related Questions