Which HBase release are you using ? Thanks
> On Jul 31, 2015, at 3:51 AM, Shashi Vishwakarma <[email protected]> > wrote: > > Hi > > I am trying to create table in hbase namspace but it is giving me > permission exception but i confirmed with admin that he has given > permission to my user. > Below is an exception that i am getting on executing below command. > > create 'svish_ns:emp','empfam' > > *Exceptio :* > > > *ERROR: org.apache.hadoop.hbase.security.AccessDeniedException: > Insufficient permissions for user 'svish' (global, action=CREATE)* > > It is looking at global level instead of namespace level.It should check > for permission at namespace level. > > Below is command that is used for granting permission. > > grant 'svish','RWC','@svish_ns' > > Any pointers would be great help. > > Thanks > Shashi
