Created 05-09-2016 06:10 PM
I gave user admin rights but that does not have any impact on user being able to copy export snapshots
hbase(main):001:0> user_permission 'vagrant' User Namespace,Table,Family,Qualifier:Permission vagrant default,vagrant,,: [Permission: actions=READ,WRITE,EXEC,CREATE,ADMIN]
still getting
Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied: user=vagrant, access=EXECUTE, inode="/apps/hbase/data/.hbase-snapshot/vagrantsnap":hbase:hdfs:drwx------
would labels and scopes help in this case? What are my options at this point?
Created 05-12-2016 04:19 PM
Please also refer to
Created 05-11-2016 04:14 AM
@Artem Ervits Per hbase documentation:
If you are using security with the AccessController Coprocessor (See Section 8.2, “Access Control”), 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, while cloning a table creates a new table that has no ACL rights until the administrator adds them.
Created 05-12-2016 04:19 PM
Please also refer to