You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2017/08/28 15:10:56 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/master e219d3469 -> f1b3528d7


HBASE-18701 Optimize reference guide to use cell acl conveniently

Signed-off-by: tedyu <yu...@gmail.com>


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

Branch: refs/heads/master
Commit: f1b3528d791e01427c98d7209f266cfa2380778c
Parents: e219d34
Author: 张世彬10204932 <zh...@zte.com.cn>
Authored: Mon Aug 28 14:01:43 2017 +0800
Committer: tedyu <yu...@gmail.com>
Committed: Mon Aug 28 08:10:51 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/f1b3528d/src/main/asciidoc/_chapters/security.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc
index ccb5adb..9a67778 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', \