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

Ted Yu commented on HBASE-8408:
-------------------------------

Looking at 
https://github.com/francisliu/hbase_namespace/blob/core_8408/hbase-common/src/main/java/org/apache/hadoop/hbase/NamespaceDescriptor.java
 :
{code}
  public static final byte [] DEFAULT_NAMESPACE_NAME = Bytes.toBytes("default");
{code}
Can you prefix the above constant with a dot - ".default" ?

The reasoning is that user may already have two tables named foo and default.foo
                
> Implement namespace
> -------------------
>
>                 Key: HBASE-8408
>                 URL: https://issues.apache.org/jira/browse/HBASE-8408
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Francis Liu
>            Assignee: Francis Liu
>         Attachments: HBASE-8015_1.patch, HBASE-8015_2.patch, 
> HBASE-8015_3.patch, HBASE-8015_4.patch, HBASE-8015_5.patch, 
> HBASE-8015_6.patch, HBASE-8015.patch, TestNamespaceMigration.tgz, 
> TestNamespaceUpgrade.tgz
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to