You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by re...@apache.org on 2018/09/06 02:39:31 UTC

hbase git commit: HBASE-21148 [Docs] Some errors in section#Security Configuration Example of hbase book

Repository: hbase
Updated Branches:
  refs/heads/master bdc168713 -> 5a672b9da


HBASE-21148 [Docs] Some errors in section#Security Configuration Example of hbase book


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5a672b9d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5a672b9d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5a672b9d

Branch: refs/heads/master
Commit: 5a672b9da9b67376e3fc3b88fdf88dca3004a38f
Parents: bdc1687
Author: Reid Chan <re...@apache.org>
Authored: Wed Sep 5 12:25:07 2018 +0800
Committer: Reid Chan <re...@apache.org>
Committed: Thu Sep 6 10:37:08 2018 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/security.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5a672b9d/src/main/asciidoc/_chapters/security.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc
index 53e8dbf..56f6566 100644
--- a/src/main/asciidoc/_chapters/security.adoc
+++ b/src/main/asciidoc/_chapters/security.adoc
@@ -1739,7 +1739,7 @@ All options have been discussed separately in the sections above.
 <!-- HBase Superuser -->
 <property>
   <name>hbase.superuser</name>
-  <value>hbase, admin</value>
+  <value>hbase,admin</value>
 </property>
 <!-- Coprocessors for ACLs and Visibility Tags -->
 <property>
@@ -1759,8 +1759,7 @@ All options have been discussed separately in the sections above.
 </property>
 <property>
   <name>hbase.coprocessor.regionserver.classes</name>
-  <value>org.apache.hadoop/hbase.security.access.AccessController,
-  org.apache.hadoop.hbase.security.access.VisibilityController</value>
+  <value>org.apache.hadoop.hbase.security.access.AccessController</value>
 </property>
 <!-- Executable ACL for Coprocessor Endpoints -->
 <property>