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

Ted Yu commented on HBASE-8609:
-------------------------------

{code}
+    HTable t1 = TEST_UTIL.createTable(TABLENAME1, FAMILY);
+    HTable t2 = TEST_UTIL.createTable(TABLENAME2, FAMILY);
{code}
Please close the HTable's at the end of each test.
                
> Make the CopyTable support startRow, stopRow options
> ----------------------------------------------------
>
>                 Key: HBASE-8609
>                 URL: https://issues.apache.org/jira/browse/HBASE-8609
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>            Reporter: Liu Shaohui
>            Assignee: Liu Shaohui
>            Priority: Minor
>         Attachments: HBASE-8609-0.94-v0.patch, HBASE-8609-trunk-v0.patch, 
> HBASE-8609-trunk-v1.patch
>
>
> Make the CopyTable support startRow, stopRow options.

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