13

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

dimamah
  • 2,883
  • 18
  • 31

2 Answers2

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

ChrisF
  • 134,786
  • 31
  • 255
  • 325
Sergey Morozov
  • 4,528
  • 3
  • 25
  • 39
3

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

haschaw
  • 31
  • 2