You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Dongying Jiao (JIRA)" <ji...@apache.org> on 2016/07/18 07:59:20 UTC

[jira] [Updated] (RANGER-1108) Ranger hdfs plugin authentication issue when user mkdir

     [ 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 -ls mkdir /user/ranger_test/temp1" success.
3. 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 -ls mkdir /user/ranger_test/temp1" failed.

  was:
1. Create a user named "ranger_test", create hdfs dir /user/ranger_test.
2. Ranger give this user write right to this dir, native hdfs give this user execute right to this dir, user is allowed to mkdir under  /user/ranger_test.
"hadoop fs -ls mkdir /user/ranger_test/temp1" success.
3. Ranger give this user execute right to this dir, native hdfs give this user write right to this dir, user is not allowed to mkdir under  /user/ranger_test.
"hadoop fs -ls 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 -ls mkdir /user/ranger_test/temp1" success.
> 3. 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 -ls mkdir /user/ranger_test/temp1" failed.



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