Madhan Neethiraj created RANGER-295:
---------------------------------------
Summary: Update Ranger HDFS plugin for recent changes in
FSPermissionChecker
Key: RANGER-295
URL: https://issues.apache.org/jira/browse/RANGER-295
Project: Ranger
Issue Type: Bug
Affects Versions: 0.5.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
Following updates in FSPermissionChecker implementation require updates in
Ranger HDFS plugin:
- class member 'ugi' is now replaced with 'user' and 'groups'
- signature of checkPermissions() method is now changed, as given below:
New signature: void checkPermission(INodesInPath inodesInPath, boolean
doCheckOwner, FsAction ancestorAccess, FsAction parentAccess, FsAction access,
FsAction subAccess, boolean ignoreEmptyDir)
Old signature: void checkPermission(String path, FSDirectory dir, boolean
doCheckOwner, FsAction ancestorAccess, FsAction parentAccess, FsAction access,
FsAction subAccess, boolean ignoreEmptyDir, boolean resolveLink)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)