[ 
https://issues.apache.org/jira/browse/RANGER-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongying Jiao updated RANGER-1108:
----------------------------------
    Description: 
1. Create a user named "ranger_test", create hdfs dir /user/ranger_test.
2. Ranger give this user only write right to this dir, native hdfs give this 
user only execute right to this dir, user is allowed to mkdir under  
/user/ranger_test.
"hadoop fs -mkdir /user/ranger_test/temp1" success.
3. On the contrary, Ranger give this user only execute right to this dir, 
native hdfs give this user only write right to this dir, user is not allowed to 
mkdir under  /user/ranger_test.
"hadoop fs -mkdir /user/ranger_test/temp1" failed.

I think the behavior should be the same for above two scenario.

  was:
1. Create a user named "ranger_test", create hdfs dir /user/ranger_test.
2. Ranger give this user only write right to this dir, native hdfs give this 
user only execute right to this dir, user is allowed to mkdir under  
/user/ranger_test.
"hadoop fs -mkdir /user/ranger_test/temp1" success.
3. On the contrary, Ranger give this user only execute right to this dir, 
native hdfs give this user only write right to this dir, user is not allowed to 
mkdir under  /user/ranger_test.
"hadoop fs -mkdir /user/ranger_test/temp1" failed.


> Ranger hdfs plugin authentication issue when user mkdir 
> --------------------------------------------------------
>
>                 Key: RANGER-1108
>                 URL: https://issues.apache.org/jira/browse/RANGER-1108
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 0.5.2
>            Reporter: Dongying Jiao
>
> 1. Create a user named "ranger_test", create hdfs dir /user/ranger_test.
> 2. Ranger give this user only write right to this dir, native hdfs give this 
> user only execute right to this dir, user is allowed to mkdir under  
> /user/ranger_test.
> "hadoop fs -mkdir /user/ranger_test/temp1" success.
> 3. On the contrary, Ranger give this user only execute right to this dir, 
> native hdfs give this user only write right to this dir, user is not allowed 
> to mkdir under  /user/ranger_test.
> "hadoop fs -mkdir /user/ranger_test/temp1" failed.
> I think the behavior should be the same for above two scenario.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to