Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

when you edit container-executor.cfg on a non-ambari managed cluster what services do you need to restart?

avatar
Master Mentor

more specifically, we'd like to change min.user.id in container-executor.cfg

1 ACCEPTED SOLUTION

avatar
Master Guru

To be on the safe side you can restart all Yarn related components. Also note that min.user.id and container-executor.cfg will be used only with Yarn secure containers, meaning, on Linux

yarn.nodemanager.container-executor.class=org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor

or LCE, and WSCE on Windows.

View solution in original post

3 REPLIES 3

avatar
Super Guru

I think restarting node mangers will be suffice here.

avatar
Master Guru

To be on the safe side you can restart all Yarn related components. Also note that min.user.id and container-executor.cfg will be used only with Yarn secure containers, meaning, on Linux

yarn.nodemanager.container-executor.class=org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor

or LCE, and WSCE on Windows.

avatar
Master Mentor

changing min_user_id in Ambari requires restarting the following: App Timeline Server, NodeManager, ResourceManager, YARN Client and since I had Oozie enabled, that too had stale configs.