You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/12/19 15:48:36 UTC

hbase git commit: HBASE-18701 Optimize reference guide to use cell acl conveniently

Repository: hbase
Updated Branches:
  refs/heads/branch-2 83906b450 -> c5acfe64a


HBASE-18701 Optimize reference guide to use cell acl conveniently

Signed-off-by: tedyu <yu...@gmail.com>
Signed-off-by: Chia-Ping Tsai <ch...@gmail.com>


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

Branch: refs/heads/branch-2
Commit: c5acfe64a008b429db2e4055a4ee7e38e0176709
Parents: 83906b4
Author: 张世彬10204932 <zh...@zte.com.cn>
Authored: Mon Aug 28 14:01:43 2017 +0800
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Tue Dec 19 23:48:25 2017 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/security.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c5acfe64/src/main/asciidoc/_chapters/security.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc
index a80b215..cca9364 100644
--- a/src/main/asciidoc/_chapters/security.adoc
+++ b/src/main/asciidoc/_chapters/security.adoc
@@ -989,7 +989,7 @@ hbase> help "scan"
 ----
 
 +
-This example grants read access to the 'testuser' user and read/write access to the 'developers' group, on cells in the 'pii' column which match the filter.
+If you need to enable cell acl,the hfile.format.version option in hbase-site.xml should be greater than or equal to 3,and the hbase.security.access.early_out option should be set to false.This example grants read access to the 'testuser' user and read/write access to the 'developers' group, on cells in the 'pii' column which match the filter.
 +
 ----
 hbase> grant 'user', \