Re: multiusers in hadoop through LDAP

2013-12-11 Thread YouPeng Yang
Hi Thanks a lot for your replies. I will try the LDAP+hadoop.security.group.mapping.ldap.*. Right now I can not catch this question. Regards. 2013/12/11 Jay Vyas > So, not knowing much about LDAP, but being very interested in the > multiuser problem on multiuser filesystems, i was excited

Re: multiusers in hadoop through LDAP

2013-12-10 Thread Jay Vyas
So, not knowing much about LDAP, but being very interested in the multiuser problem on multiuser filesystems, i was excited to see this question Im researching the same thing at the moment, and it seems obviated by the fact that : - the FileSystem API itslef provides implementations for gettin

Re: multiusers in hadoop through LDAP

2013-12-10 Thread Adam Kawa
Please have a look at hadoop.security.group.mapping.ldap.* settings as Hardik Pandya suggests. = In advance, just to share our story related to LDAP + hadoop.security.group.mapping.ldap.*, if you run into the same limitation as we did: In many cases hadoop.security.group.mapping.ldap.* shoul

Re: multiusers in hadoop through LDAP

2013-12-10 Thread Hardik Pandya
have you looked at hadoop.security.group.mapping.ldap.* in hadoop-common/core-default.xml additional resource

multiusers in hadoop through LDAP

2013-12-10 Thread YouPeng Yang
Hi In my cluster ,I want to have multiusers for different purpose.The usual method is to add a user through the OS on Hadoop NameNode . I notice the hadoop also support to LDAP, could I add user through LDAP instead through OS? So that if a user is authenticated by the LDAP ,who will also ac