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

Ted Yu commented on HBASE-8015:
-------------------------------

Got it. The test passed.

I think the untar() method can be moved to util class so that code is shared 
with TestMetaMigrationConvertingToPB.
{code}
+      String srcTable = 
newNS+TableName.NAMESPACE_DELIM+table.replaceAll("[.]","_")+"_clone3";
{code}
The replaceAll() call only appears in this test. Can you tell me the reason ?
{code}
--- /dev/null
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ServerCallable.java
{code}
I think the above class was removed by HBASE-8764. Please refresh your 
workspace and update your patch.
                
> Support for Namespaces
> ----------------------
>
>                 Key: HBASE-8015
>                 URL: https://issues.apache.org/jira/browse/HBASE-8015
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Francis Liu
>            Assignee: Francis Liu
>         Attachments: HBASE-8015_draft_94.patch, Namespace Design.pdf
>
>


--
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