Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 babc79c28 -> 6af6fe354
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/6af6fe35 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/6af6fe35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/6af6fe35 Branch: refs/heads/ranger-0.5 Commit: 6af6fe3546be1d6b7dc36e647dcc38f3919fe4d0 Parents: babc79c Author: Velmurugan Periasamy <[email protected]> Authored: Thu Jun 25 19:05:44 2015 -0400 Committer: sneethiraj <[email protected]> Committed: Thu Jun 25 16:38:19 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/6af6fe35/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
