HBASE-18701 Optimize reference guide to use cell acl conveniently
Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
parent
e219d34694
commit
f1b3528d79
|
@ -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', \
|
||||
|
|
Loading…
Reference in New Issue