Details
Description
Currently,
sudo su - test_user create 't1', 'f1' sudo su - hbase snapshot 't1', 'snap_one' clone_snapshot 'snap_one', 't2'
In this scenario the user - test_user would not have permissions for the clone table t2.
We need to add improvement feature such that the permissions of the original table are recorded in snapshot metadata and an option is provided for applying them to the new table as part of the clone process.
Attachments
Attachments
Issue Links
- breaks
-
HBASE-26462 Should persist restoreAcl flag in the procedure state for CloneSnapshotProcedure and RestoreSnapshotProcedure
- Resolved
- links to