You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Harinder Singh <ha...@gmail.com> on 2016/02/12 09:07:19 UTC

Permissions required for creating tables in HBase.

Hi,

What is the level of permission required for creating a table in HBase if I
am making a client request using RPC. Should the user have ADMIN privileges
for that?

-- 
Thanks
Harinder

Re: Permissions required for creating tables in HBase.

Posted by Matteo Bertozzi <th...@gmail.com>.
from the table 13 under http://hbase.apache.org/book.html#_permissions
the createTable operation requires to be a superuser with CREATE or have a
CREATE permission on the namespace.

On Sat, Feb 13, 2016 at 10:51 PM, Harinder Singh <harindersingh861@gmail.com
> wrote:

> Would appreciate a response on this.
>
>
> Thanks
> Harinder
>
> On Fri, Feb 12, 2016 at 1:37 PM, Harinder Singh <
> harindersingh861@gmail.com>
> wrote:
>
> > Hi,
> >
> > What is the level of permission required for creating a table in HBase if
> > I am making a client request using RPC. Should the user have ADMIN
> > privileges for that?
> >
> > --
> > Thanks
> > Harinder
> >
> >
>
>
> --
> Regards
> Harinder Singh Bedi
>

Re: Permissions required for creating tables in HBase.

Posted by Harinder Singh <ha...@gmail.com>.
Would appreciate a response on this.


Thanks
Harinder

On Fri, Feb 12, 2016 at 1:37 PM, Harinder Singh <ha...@gmail.com>
wrote:

> Hi,
>
> What is the level of permission required for creating a table in HBase if
> I am making a client request using RPC. Should the user have ADMIN
> privileges for that?
>
> --
> Thanks
> Harinder
>
>


-- 
Regards
Harinder Singh Bedi

Re: Permissions required for creating tables in HBase.

Posted by Ted Yu <yu...@gmail.com>.
Please take a look at table 13 under:
http://hbase.apache.org/book.html#_permissions

On Fri, Feb 12, 2016 at 12:07 AM, Harinder Singh <harindersingh861@gmail.com
> wrote:

> Hi,
>
> What is the level of permission required for creating a table in HBase if I
> am making a client request using RPC. Should the user have ADMIN privileges
> for that?
>
> --
> Thanks
> Harinder
>