Description
SCENARIO:
Create Hbase policy as:
Hbase table: table1
HBase Column-family: family1
HBase Column: *
User: <username>
Permissions: All
As user with <username>, Open hbase shell and give the following command:
create 'table1','family1'
org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions for user '<username>' (action=create)