Repository: ranger Updated Branches: refs/heads/master beaa563f1 -> 563c26448
RANGER-2304 : Need to add property dfs.permissions.ContentSummary.subAccess when enabling Ranger HDFS plugin manually. Signed-off-by: Mehul Parikh <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/563c2644 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/563c2644 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/563c2644 Branch: refs/heads/master Commit: 563c26448ff66856f0896341d1c3a536f966d847 Parents: beaa563 Author: Vishal Suvagia <[email protected]> Authored: Wed Dec 5 16:48:11 2018 +0530 Committer: Mehul Parikh <[email protected]> Committed: Thu Dec 13 10:13:36 2018 +0530 ---------------------------------------------------------------------- hdfs-agent/conf/hdfs-site-changes.cfg | 1 + hdfs-agent/disable-conf/hdfs-site-changes.cfg | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/563c2644/hdfs-agent/conf/hdfs-site-changes.cfg ---------------------------------------------------------------------- diff --git a/hdfs-agent/conf/hdfs-site-changes.cfg b/hdfs-agent/conf/hdfs-site-changes.cfg index 8088b43..8bb3c83 100644 --- a/hdfs-agent/conf/hdfs-site-changes.cfg +++ b/hdfs-agent/conf/hdfs-site-changes.cfg @@ -19,3 +19,4 @@ dfs.permissions.enabled true mod create-if-not-exists dfs.permissions true mod create-if-not-exists dfs.namenode.inode.attributes.provider.class org.apache.ranger.authorization.hadoop.RangerHdfsAuthorizer mod create-if-not-exists +dfs.permissions.ContentSummary.subAccess true mod create-if-not-exists http://git-wip-us.apache.org/repos/asf/ranger/blob/563c2644/hdfs-agent/disable-conf/hdfs-site-changes.cfg ---------------------------------------------------------------------- diff --git a/hdfs-agent/disable-conf/hdfs-site-changes.cfg b/hdfs-agent/disable-conf/hdfs-site-changes.cfg index 652bf2e..669875c 100644 --- a/hdfs-agent/disable-conf/hdfs-site-changes.cfg +++ b/hdfs-agent/disable-conf/hdfs-site-changes.cfg @@ -17,3 +17,4 @@ # XAAgents will be able to look into permission check only if these flag is set to TRUE # dfs.namenode.inode.attributes.provider.class org.apache.ranger.authorization.hadoop.RangerHdfsAuthorizer delval - , +dfs.permissions.ContentSummary.subAccess true delval - ,
