[ 
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298127#comment-14298127
 ] 

roc chu  commented on PHOENIX-1311:
-----------------------------------

I want to use Hbase namespace for multi-tenant. I want to every user can access 
only one namespace. but when I use phoenix, I must grant users 'RWC' for 
default namespace, because phoenix create system tables in default namespace.
Is that possible, I just add a namespace to connecting string. so all system 
tables, this user have to used are created in this namespace.
That will make different  namespace looks like different db. Of course default 
namespace will be the default db. 
I think that will very helpful for use hbase namespace features. 

> HBase namespaces surfaced in phoenix
> ------------------------------------
>
>                 Key: PHOENIX-1311
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1311
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: nicolas maillard
>            Assignee: rajeshbabu
>            Priority: Minor
>
> Hbase (HBASE-8015) has the concept of namespaces in the form of 
> myNamespace:MyTable it would be great if Phoenix leveraged this feature to 
> give a database like feature on top of the table.
> Maybe to stay close to Hbase it could also be a create DB:Table...
> or DB.Table which is a more standard annotation?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to