From 1bb0a0e43efec6f08c4179604e24269e903fd8de Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Thu, 24 Oct 2013 17:17:58 +0000 Subject: [PATCH] HBASE-9742 0.94 addition for simple user access git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1535448 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/docbkx/security.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/main/docbkx/security.xml b/src/main/docbkx/security.xml index 94a87e291fa..fb1da66d865 100644 --- a/src/main/docbkx/security.xml +++ b/src/main/docbkx/security.xml @@ -290,6 +290,23 @@ org.apache.hadoop.hbase.security.access.AccessController ]]> + + For 0.94, add the following to the hbase-site.xml file on every server machine in the cluster: + + + hbase.rpc.engine + org.apache.hadoop.hbase.ipc.SecureRpcEngine + + + hbase.coprocessor.master.classes + org.apache.hadoop.hbase.security.access.AccessController + + + hbase.coprocessor.region.classes + org.apache.hadoop.hbase.security.access.AccessController + + ]]> A full shutdown and restart of HBase service is required when deploying these configuration changes. @@ -306,6 +323,15 @@ simple ]]> + + For 0.94, add the following to the hbase-site.xml file on every server machine in the cluster: + + + hbase.rpc.engine + org.apache.hadoop.hbase.ipc.SecureRpcEngine + + ]]> Be advised that if the hbase.security.authentication in the client- and server-side site files do not match, the client will