You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Shashi Vishwakarma <sh...@gmail.com> on 2015/08/03 08:47:51 UTC

Re: Unable to create hbase table in namespace

Thanks Ashish. Above information is helpful.

On Fri, Jul 31, 2015 at 9:19 PM, Ashish Singhi <
ashish.singhi.apache@gmail.com> wrote:

> 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 <
> shashi.vish123@gmail.com> wrote:
>
> > I am using 0.98.
> > On 31 Jul 2015 6:04 pm, "Ted Yu" <yu...@gmail.com> wrote:
> >
> > > Which HBase release are you using ?
> > >
> > > Thanks
> > >
> > >
> > >
> > > > On Jul 31, 2015, at 3:51 AM, Shashi Vishwakarma <
> > > shashi.vish123@gmail.com> 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
> > >
> >
>