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.

must yarn configure containor executor in a kerberized cluster?

avatar
Explorer

must yarn configure containor executor in a kerberized cluster?

If i configure yarn containor executor , when I use  MR , I should  create linux OS user on each nodemanager , why ?

And can i integrate kerberos without yarn containor executor ? Why?

1 ACCEPTED SOLUTION

avatar
Explorer

The user need to have access to the server where the application are running, to create the containers and use cgroup resources.

So, you can create the user in each nodemanager or use a solution like SSSD, LSASS, etc, to sync your users from AD or LDAP servers

View solution in original post

1 REPLY 1

avatar
Explorer

The user need to have access to the server where the application are running, to create the containers and use cgroup resources.

So, you can create the user in each nodemanager or use a solution like SSSD, LSASS, etc, to sync your users from AD or LDAP servers