How to disable ‘Kill Application’ button in Resource Manager web UI

  • 0

How to disable ‘Kill Application’ button in Resource Manager web UI

Category : Bigdata

In Resource Manager UI there is option to kill Application and because of that all users can kill jobs.
If you want to disable it then you can use following steps :

  • You can login to Ambari and go to YARN Configs page.
  • Search yarn.resourcemanager.webapp.ui-actions.enabled If it exists, change the value to false.
  • If it does not exist, clear the filter and add it from ‘Custom yarn-site’ then ‘Add Property’ and set the value to false.
  • Save and restart.

After above steps, Kill Application button should be disappear from YARN web UI.


Leave a Reply