[
https://issues.apache.org/jira/browse/HBASE-22776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Mei updated HBASE-22776:
---------------------------
Release Note:
After HBASE-22776, the steps to config user scan snapshot feature is as
followings:
1. Check HDFS configuration
2. Add master coprocessor:
hbase.coprocessor.master.classes=
“org.apache.hadoop.hbase.security.access.AccessController,
org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController”
3. Enable this feature:
hbase.acl.sync.to.hdfs.enable=true
4. Modify table scheme to enable this feature for a table:
alter 't1', CONFIGURATION => {'hbase.acl.sync.to.hdfs.enable' => 'true'}
was:
After HBASE-22776, the steps to config user scan snapshot feature is as
followings:
1. Check HDFS configuration
2. Add master coprocessor:
hbase.coprocessor.master.classes
=“org.apache.hadoop.hbase.security.access.AccessController,org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController”
3. Enable this feature:
hbase.acl.sync.to.hdfs.enable=true
4. Modify table scheme to enable this feature for a table:
alter 't1', CONFIGURATION => {'hbase.acl.sync.to.hdfs.enable' => 'true'}
> Rename config names in user scan snapshot feature
> -------------------------------------------------
>
> Key: HBASE-22776
> URL: https://issues.apache.org/jira/browse/HBASE-22776
> Project: HBase
> Issue Type: Sub-task
> Reporter: Yi Mei
> Assignee: Yi Mei
> Priority: Major
> Fix For: 3.0.0, 2.3.0
>
>
> As discussed in HBASE-22578, HBASE-22580, the config names are not so proper.
> And make the SnapshotScannerHDFSAclCleaner load automatically if this feature
> is enabled.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)