Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 958B010088 for ; Sat, 3 Aug 2013 18:51:50 +0000 (UTC) Received: (qmail 24386 invoked by uid 500); 3 Aug 2013 18:51:50 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24116 invoked by uid 500); 3 Aug 2013 18:51:50 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 24098 invoked by uid 99); 3 Aug 2013 18:51:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Aug 2013 18:51:49 +0000 Date: Sat, 3 Aug 2013 18:51:49 +0000 (UTC) From: "Jeffrey Zhong (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8816) Add support of loading multiple tables into LoadTestTool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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