This issue was reported and fixed as part of HBASE-12098. Fix is available in 0.98.7+ releases.
Regards, Ashish Singhi On Fri, Jul 31, 2015 at 6:11 PM, Shashi Vishwakarma < [email protected]> wrote: > I am using 0.98. > On 31 Jul 2015 6:04 pm, "Ted Yu" <[email protected]> wrote: > > > 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 > > >
