Re: ACLs/Quotas for HBase structures

2014-12-20 Thread Manoj Murumkar
Thanks, Esteban for the quick reply. I'll work on implementing your suggestions and see how far it goes toward meeting our requirement.

Re: ACLs/Quotas for HBase structures

2014-12-19 Thread Ted Yu
Manoj: HBASE-8410 is under active development. If you have time, please go over the feature to see if it fits your need. Cheers On Dec 19, 2014, at 11:42 PM, Esteban Gutierrez wrote: > Hello Manoj, > > Thats a very interesting requirement, unfortunately the existing HBase > directory struct

Re: ACLs/Quotas for HBase structures

2014-12-19 Thread Esteban Gutierrez
Hello Manoj, Thats a very interesting requirement, unfortunately the existing HBase directory structure needs to be owned by the user that started HBase (usually the 'hbase' user) and HBase will handle all the permissions and ACL rules without exposing details from HDFS to the client API. Even if

ACLs/Quotas for HBase structures

2014-12-19 Thread Manoj Murumkar
Folks, We are trying to control space usage and manage security at HBase namespace level. Think of it in terms of a RDBMS (database and superuser for a database). Is there a simple way to do this? This is what I have in mind. Does it make sense? - Space quotas: Namespace is managed under /ap