On Fri, Oct 1, 2010 at 5:04 AM, <[email protected]> wrote: > Hello, > > I cannot find any information about secure user access to an hbase database. > > I want to create an hbase database but want to allow only certain users to > access it. > > Currently, anyone can access, write to, delete my tables in my hbase > database. > > Is a security feature available that I am not aware of? if not? what is the > point to create a database that can be edited/deleted by anonymous users? >
Thats the way it currently works. Access control should be here soon though. See HBASE-3025 St.Ack
