Repository: incubator-ranger Updated Branches: refs/heads/master f991a8b62 -> 603812176
RANGER-464: Use lower case value for hbase.rpc.protection when enabling ranger hbase plugin Signed-off-by: sneethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/ff9609cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/ff9609cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/ff9609cf Branch: refs/heads/master Commit: ff9609cf7f77074fd291250f32f8494786415982 Parents: 2a429d7 Author: Velmurugan Periasamy <[email protected]> Authored: Fri May 8 13:24:40 2015 -0400 Committer: sneethiraj <[email protected]> Committed: Mon May 11 22:03:53 2015 -0700 ---------------------------------------------------------------------- hbase-agent/conf/hbase-site-changes.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/ff9609cf/hbase-agent/conf/hbase-site-changes.cfg ---------------------------------------------------------------------- diff --git a/hbase-agent/conf/hbase-site-changes.cfg b/hbase-agent/conf/hbase-site-changes.cfg index 9b15375..e47f80d 100644 --- a/hbase-agent/conf/hbase-site-changes.cfg +++ b/hbase-agent/conf/hbase-site-changes.cfg @@ -18,5 +18,5 @@ hbase.coprocessor.master.classes org.apache.hadoop.hbase.security.access.AccessC hbase.coprocessor.region.classes org.apache.hadoop.hbase.security.access.AccessController delval - , hbase.coprocessor.master.classes org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor append create-if-not-exists , hbase.coprocessor.region.classes org.apache.ranger.authorization.hbase.RangerAuthorizationCoprocessor append create-if-not-exists , -hbase.rpc.protection PRIVACY mod create-if-not-exists +hbase.rpc.protection privacy mod create-if-not-exists hbase.rpc.engine org.apache.hadoop.hbase.ipc.SecureRpcEngine mod create-if-not-exists
