You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Madhan Neethiraj <ma...@apache.org> on 2015/08/14 01:46:02 UTC

Review Request 37454: RANGER-612: Updated HDFS plugin to not fallback to hadoop-acl when access was explicitly denied by Ranger

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37454/
-----------------------------------------------------------

Review request for ranger, Don Bosco Durai, Gautam Borad, Abhay Kulkarni, Selvamohan Neethiraj, and Velmurugan Periasamy.


Bugs: RANGER-612
    https://issues.apache.org/jira/browse/RANGER-612


Repository: ranger


Description
-------

Updated HDFS plugin to not fallback to hadoop-acl when access was explicitly denied by Ranger


Diffs
-----

  hdfs-agent/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java 2b52670 

Diff: https://reviews.apache.org/r/37454/diff/


Testing
-------

Verified that all existing tests succeed with this update.


Thanks,

Madhan Neethiraj


Re: Review Request 37454: RANGER-612: Updated HDFS plugin to not fallback to hadoop-acl when access was explicitly denied by Ranger

Posted by Ramesh Mani <rm...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37454/#review95478
-----------------------------------------------------------

Ship it!


Ship It!

- Ramesh Mani


On Aug. 14, 2015, 5:07 a.m., Madhan Neethiraj wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/37454/
> -----------------------------------------------------------
> 
> (Updated Aug. 14, 2015, 5:07 a.m.)
> 
> 
> Review request for ranger, Don Bosco Durai, Gautam Borad, Abhay Kulkarni, Selvamohan Neethiraj, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-612
>     https://issues.apache.org/jira/browse/RANGER-612
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Updated HDFS plugin to not fallback to hadoop-acl when access was explicitly denied by Ranger
> 
> 
> Diffs
> -----
> 
>   hdfs-agent/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java 2b52670 
> 
> Diff: https://reviews.apache.org/r/37454/diff/
> 
> 
> Testing
> -------
> 
> Verified that all existing tests succeed with this update.
> 
> 
> Thanks,
> 
> Madhan Neethiraj
> 
>


Re: Review Request 37454: RANGER-612: Updated HDFS plugin to not fallback to hadoop-acl when access was explicitly denied by Ranger

Posted by Madhan Neethiraj <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37454/
-----------------------------------------------------------

(Updated Aug. 14, 2015, 5:07 a.m.)


Review request for ranger, Don Bosco Durai, Gautam Borad, Abhay Kulkarni, Selvamohan Neethiraj, and Velmurugan Periasamy.


Changes
-------

Updated to skip fallback to hadoop-acl when any one of the permission requested (READ_EXECUTE ==> READ, EXECUTE) is DENIED.


Bugs: RANGER-612
    https://issues.apache.org/jira/browse/RANGER-612


Repository: ranger


Description
-------

Updated HDFS plugin to not fallback to hadoop-acl when access was explicitly denied by Ranger


Diffs (updated)
-----

  hdfs-agent/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java 2b52670 

Diff: https://reviews.apache.org/r/37454/diff/


Testing
-------

Verified that all existing tests succeed with this update.


Thanks,

Madhan Neethiraj