[
https://issues.apache.org/jira/browse/HBASE-11013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972291#comment-13972291
]
Andrew Purtell commented on HBASE-11013:
----------------------------------------
So I don't think the improvement suggestion in the description is right. But
maybe we could save the permissions of the original table in snapshot metadata
and provide an option for applying them to the new table as part of the clone
process.
> HBase Clone Snapshots on Secure Cluster Should Retain User Permissions
> ----------------------------------------------------------------------
>
> Key: HBASE-11013
> URL: https://issues.apache.org/jira/browse/HBASE-11013
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
>
> Currently,
> {code}
> sudo su - test_user
> create 't1', 'f1'
> sudo su - hbase
> snapshot 't1', 'snap_one'
> clone_snapshot 'snap_one', 't2'
> {code}
> In this scenario the user - test_user would not have permissions for the
> clone table t2. We need to add improvement feature such that test_user has
> same permissions on t2 that it used to have for t1.
--
This message was sent by Atlassian JIRA
(v6.2#6252)