Can you check Ranger Audits? Also, do couple of things: 1. hdfs dfs -ls /pg (check the HDFS level permissions) 2. In HDFS settngs, set the umask to 700 and restart name node. 3. hdfs dfs -chown hdfs:hdfs /pg 4. hdfs dfs -chmod -R 000 /pg
For all user folders, e.g. /app/hive, do #3 and #4 as above. Bosco From: Hafiz Mujadid <[email protected]> Reply-To: <[email protected]> Date: Sunday, November 29, 2015 at 8:29 PM To: <[email protected]> Subject: Re: Group level permission are not working in ranger Yes Bosco, directory is being created. On Mon, Nov 30, 2015 at 2:47 AM, Don Bosco Durai <[email protected]> wrote: What is happening here? Is the directory getting created? Thanks Bosco From: Hafiz Mujadid <[email protected]> Reply-To: <[email protected]> Date: Sunday, November 29, 2015 at 1:44 PM To: <[email protected]> Subject: Group level permission are not working in ranger Hi all I am trying to apply permission on an ldap group but it's not working But when i run following command HADOOP_USER_NAME=asma hdfs dfs -mkdir /pg/b i works successfully what is the issue? ldap users and groups are synced correctly as when i run the command hdfs groups asma it returns correct group asma : datascientist -- Regards: HAFIZ MUJADID
