HBASE-18701 Optimize reference guide to use cell acl conveniently

Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
张世彬10204932 2017-08-28 14:01:43 +08:00 committed by Chia-Ping Tsai
parent 83906b4505
commit c5acfe64a0
1 changed files with 1 additions and 1 deletions

View File

@ -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', \ hbase> grant 'user', \