[
https://issues.apache.org/jira/browse/HBASE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13728641#comment-13728641
]
Hudson commented on HBASE-8816:
-------------------------------
FAILURE: Integrated in HBase-0.94 #1093 (See
[https://builds.apache.org/job/HBase-0.94/1093/])
hbase-8816: Add support of loading multiple tables into LoadTestTool (jeffreyz:
rev 1510058)
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/util/AbstractHBaseTool.java
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java
> Add support of loading multiple tables into LoadTestTool
> --------------------------------------------------------
>
> Key: HBASE-8816
> URL: https://issues.apache.org/jira/browse/HBASE-8816
> Project: HBase
> Issue Type: Test
> Components: test
> Affects Versions: 0.94.9
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Priority: Minor
> Fix For: 0.98.0, 0.95.2, 0.94.11
>
> Attachments: hbase-8816.patch, hbase-8816-v1.patch,
> hbase-8816-v2.patch, hbase-8816-v3.patch, hbase-8816-v3-trunk.patch
>
>
> Introducing an optional parameter 'num_tables' into LoadTestTool. When it's
> specified with positive integer n, LoadTestTool will load n tables parallely.
> -tn parameter value becomes table name prefix. Tables are created with name
> in format <tn>_1...<tn>_n. A sample command line "-tn test -num_tables 2"
> will create & load tables:"test_1" and "test_2"
> The motivation is to add a handy way to load multiple tables concurrently. In
> addition, we could use this option to test resource leakage of long running
> clients.
--
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