Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HBase ACL's and snapshots

avatar

Hi,

Using Hbase ACL's, when a user can create a snapshot, but can't delete. What would you recommend here regarding ACL?

1 ACCEPTED SOLUTION

avatar
Expert Contributor

@Ward Bekker

The AccessController Coprocessor for HBase, only a global administrator can take, clone, or restore a snapshot, and these actions do not capture the ACL rights. This means that restoring a table preserves the ACL rights of the existing table, and cloning a table creates a new table that has no ACL rights until the administrator adds them.

View solution in original post

1 REPLY 1

avatar
Expert Contributor

@Ward Bekker

The AccessController Coprocessor for HBase, only a global administrator can take, clone, or restore a snapshot, and these actions do not capture the ACL rights. This means that restoring a table preserves the ACL rights of the existing table, and cloning a table creates a new table that has no ACL rights until the administrator adds them.