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 <[email protected] > wrote: > Would appreciate a response on this. > > > Thanks > Harinder > > On Fri, Feb 12, 2016 at 1:37 PM, Harinder Singh < > [email protected]> > 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 >
