[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Hudson (JIRA)

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

Hudson commented on HBASE-8816:
---

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #651 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/651/])
hbase-8816: Add support of loading multiple tables into LoadTestTool (jeffreyz: 
rev 1510056)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/AbstractHBaseTool.java
* 
/hbase/trunk/hbase-server/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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Hudson (JIRA)

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

Hudson commented on HBASE-8816:
---

FAILURE: Integrated in hbase-0.95-on-hadoop2 #216 (See 
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/216/])
hbase-8816: Add support of loading multiple tables into LoadTestTool (jeffreyz: 
rev 1510057)
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/util/AbstractHBaseTool.java
* 
/hbase/branches/0.95/hbase-server/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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Hudson (JIRA)

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

Hudson commented on HBASE-8816:
---

SUCCESS: Integrated in hbase-0.95 #399 (See 
[https://builds.apache.org/job/hbase-0.95/399/])
hbase-8816: Add support of loading multiple tables into LoadTestTool (jeffreyz: 
rev 1510057)
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/util/AbstractHBaseTool.java
* 
/hbase/branches/0.95/hbase-server/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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Hudson (JIRA)

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

Hudson commented on HBASE-8816:
---

SUCCESS: Integrated in HBase-TRUNK #4337 (See 
[https://builds.apache.org/job/HBase-TRUNK/4337/])
hbase-8816: Add support of loading multiple tables into LoadTestTool (jeffreyz: 
rev 1510056)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/AbstractHBaseTool.java
* 
/hbase/trunk/hbase-server/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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Hudson (JIRA)

[ 
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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Hudson (JIRA)

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

Hudson commented on HBASE-8816:
---

SUCCESS: Integrated in HBase-0.94-security #244 (See 
[https://builds.apache.org/job/HBase-0.94-security/244/])
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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Jeffrey Zhong (JIRA)

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

Jeffrey Zhong commented on HBASE-8816:
--

Integrated the v3 patch into trunk, 0.95 and 0.94.11 branch. Thanks.

> 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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-03 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-8816:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12595736/hbase-8816-v3-trunk.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 3 new 
or modified tests.

{color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

{color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 
2.0 profile.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6590//console

This message is automatically generated.

> 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.12
>
> 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 _1..._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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-02 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-8816:
--

The patch looks good. There is a typo in tablaNameValueIndex. Can be addressed 
at commit. Jeff please commit the trunk first though. 

> 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
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-08-01 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-8816:
--

Wanna commit? Otherwise I can push to 0.94.12.

> 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
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-07-16 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-8816:
--

Fair enough. Whatever is best for your scenario. [~enis]

> 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.95.2, 0.94.10
>
> Attachments: hbase-8816.patch, hbase-8816-v1.patch, 
> hbase-8816-v2.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-07-11 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-8816:
--

bq. How about passing a comma-separated list of table names to the -tn 
parameter?
Sounds good, but if you want to run with 50 tables, 10 writer/readers each, 
then passing that parameter will become ugly, no? 

> 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.95.2, 0.94.10
>
> Attachments: hbase-8816.patch, hbase-8816-v1.patch, 
> hbase-8816-v2.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-07-10 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-8816:
--

How about passing a comma-separated list of table names to the -tn parameter?
That way the one table is simply a special case.

> 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.95.2, 0.94.10
>
> Attachments: hbase-8816.patch, hbase-8816-v1.patch, 
> hbase-8816-v2.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-07-01 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-8816:
--

bq. Will submit a trunk patch soon.
Ok, marked fixed versions. Let's get this in for trunk and 0.94.10. 

> 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.95.2, 0.94.10
>
> Attachments: hbase-8816.patch, hbase-8816-v1.patch, 
> hbase-8816-v2.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-06-28 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-8816:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12590135/hbase-8816-v2.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 3 new 
or modified tests.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6169//console

This message is automatically generated.

> 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
> Attachments: hbase-8816.patch, hbase-8816-v1.patch, 
> hbase-8816-v2.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-06-28 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-8816:
--

Why 64 for upper limit on num_tables? We can do Short.MAX_VALUE. 
We need a trunk version of the patch as well. 
Lastly, instead of the command line parsing wizardry for passing a modified 
version of the args to child classes, maybe you can just construct LoadTestTool 
instances with the same args in WorkerThread (calling processOptions manually), 
and then call setNumTables(1), and setTableName(parent.tableName + "_" + i). 

> 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
> Attachments: hbase-8816.patch, hbase-8816-v1.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-06-28 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-8816:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12590116/hbase-8816-v1.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 3 new 
or modified tests.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6166//console

This message is automatically generated.

> 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
> Attachments: hbase-8816.patch, hbase-8816-v1.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-06-28 Thread Enis Soztutar (JIRA)

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

Enis Soztutar commented on HBASE-8816:
--

Should we change argument name concurrent_factor to num_tables? 
concurrent_factor is not that descriptive. 

You have changed the parsing of args from being in run(String[]) method to 
being in main. This breaks the usage model for the Tool interface. We should 
not do parsing in static main. Maybe you can use the instance which parsed the 
command line opts as the controller, and spawn all the other LTT instances from 
that, and join in the end. 

Can you please update the patch for trunk as well as 0.94. I think this is only 
for 0.94. 

> 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
> Attachments: hbase-8816.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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


[jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool

2013-06-27 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-8816:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12589996/hbase-8816.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 3 new 
or modified tests.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/6160//console

This message is automatically generated.

> 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
> Attachments: hbase-8816.patch
>
>
> Introducing an optional parameter 'concurrent_factor' 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 _1..._n. A sample command line "-tn test 
> -concurrent_factor 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