Is there a way of killing an application from the RM web UI instead of running yarn application -kill
?
How to kill an application from the ResourceManager Web UI
Asked Answered
Currently Web UI does not allow to kill an application! –
France
@HamzaZafar, you are not right. –
Chingchinghai
@Sergey Maybe they have added the feature in latest release! It wasn't there when this question was asked! CLI was used to kill apps back then. Thanks for pointing out the correction :) –
France
I can do that in hadoop v2.7.1
- Open
http://<host_name>:<port>/cluster/app/<app_id>
- Press button Kill application
Where to kill in Hadoop 3.0? –
Velites
You should add
yarn.resourcemanager.webapp.ui-actions.enabled=true
to your
yarn-site.xml
to enable this button (if its not visible).
© 2022 - 2024 — McMap. All rights reserved.