Repository: incubator-ranger Updated Branches: refs/heads/master d026a7e2b -> d23eccc83
RANGER-569: Do not modify hbase.rpc.protection when ranger hbase plugin is enabled 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/d23eccc8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/d23eccc8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/d23eccc8 Branch: refs/heads/master Commit: d23eccc834cc4d48fa1c3e980d8781bb6d14f774 Parents: d026a7e Author: Velmurugan Periasamy <[email protected]> Authored: Thu Jun 25 19:05:44 2015 -0400 Committer: sneethiraj <[email protected]> Committed: Thu Jun 25 16:35:23 2015 -0700 ---------------------------------------------------------------------- hbase-agent/conf/hbase-site-changes.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/d23eccc8/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 e47f80d..8c8992a 100644 --- a/hbase-agent/conf/hbase-site-changes.cfg +++ b/hbase-agent/conf/hbase-site-changes.cfg @@ -14,9 +14,9 @@ # limitations under the License. #hbase.security.authentication kerberos mod create-if-not-exists hbase.security.authorization true mod create-if-not-exists +hbase.coprocessor.master.classes com.xasecure.authorization.hbase.XaSecureAuthorizationCoprocessor delval - , +hbase.coprocessor.region.classes com.xasecure.authorization.hbase.XaSecureAuthorizationCoprocessor delval - , hbase.coprocessor.master.classes org.apache.hadoop.hbase.security.access.AccessController delval - , 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.engine org.apache.hadoop.hbase.ipc.SecureRpcEngine mod create-if-not-exists
