How to kill an application from the ResourceManager Web UI
Asked Answered
W

2

13

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

Walden answered 10/5, 2015 at 9:41 Comment(3)
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
C
32

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

Chingchinghai answered 3/2, 2016 at 7:49 Comment(1)
Where to kill in Hadoop 3.0?Velites
F
3

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

Fauch answered 27/6, 2018 at 14:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.