Created 01-28-2016 06:36 PM
What are the consequencs/ disadvantages setting hadoop.security.authorization to true? why its by default set to false.
Created 01-28-2016 08:35 PM
If you enable it you also need to define ACLs for the different yarn services. I.e. define users and groups that can execute specific tasks. More details can be found here.
Created 01-28-2016 08:35 PM
If you enable it you also need to define ACLs for the different yarn services. I.e. define users and groups that can execute specific tasks. More details can be found here.
Created 01-28-2016 09:01 PM
users list should be pulled from KDC ?
Created 01-28-2016 09:02 PM
instead of all users, can we restrict to confined users and the list should be pulled from KDC ?
Created 01-29-2016 10:02 AM
Not sure what you mean with "confined" users and pulled from KDC. Its just the hadoop (linux) users/groups you want to give access to these services. For example if you have a linux group hadoopadmins who should be able to run these services you would specify them. KDC principals are mapped to linux users by Hadoop using the authtolocal rules.
Normally the linux users will come from LDAP/AD but that does not have to be the case.
Created 01-29-2016 06:28 PM
@Benjamin Leonhardi Thank you Benjamin for your explanation.
Created 04-04-2016 01:26 PM
Can you help me with working demo of enabling service level authorization for yarn.
I have followed the steps in https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ServiceLevelAuth.html#Enabl... but it is not working.
I can run yarn jobs from any user irrespective of the acl settings. I need this in HDP 2.3.4.0 with Ambari 2.2.0