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 49B3010E3F for ; Thu, 23 Jan 2014 21:51:44 +0000 (UTC) Received: (qmail 31538 invoked by uid 500); 23 Jan 2014 21:51:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 31461 invoked by uid 500); 23 Jan 2014 21:51:39 -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 31448 invoked by uid 99); 23 Jan 2014 21:51:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 21:51:39 +0000 Date: Thu, 23 Jan 2014 21:51:38 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10409) Allow config options related to zookeeper to be passed to IntegrationTestsDriver 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-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880404#comment-13880404 ] Elliott Clark commented on HBASE-10409: --------------------------------------- https://github.com/apache/hbase/blob/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/AbstractHBaseTool.java#L134 > Allow config options related to zookeeper to be passed to IntegrationTestsDriver > -------------------------------------------------------------------------------- > > Key: HBASE-10409 > URL: https://issues.apache.org/jira/browse/HBASE-10409 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 0.98.0, 0.99.0 > > Attachments: 10409-v1.txt > > > Currently IntegrationTestsDriver only accepts one parameter: regex for integration test. > {code} > public static void main(String[] args) throws Exception { > int ret = ToolRunner.run(new IntegrationTestsDriver(), args); > {code} > To allow IntegrationTestsDriver to be activated through Java API, support for passing config options related to zookeeper should be added - similarly to what LoadTestTool supports. -- This message was sent by Atlassian JIRA (v6.1.5#6160)