Reputation: 2901
Is there a way of killing an application from the RM web UI instead of running yarn application -kill
?
Upvotes: 13
Views: 10537
Reputation: 4618
I can do that in hadoop v2.7.1
http://<host_name>:<port>/cluster/app/<app_id>
Upvotes: 32
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