You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/01/23 19:14:41 UTC

[jira] [Created] (HBASE-10409) Allow config options related to zookeeper to be passed to IntegrationTestsDriver

Ted Yu created HBASE-10409:
------------------------------

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


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)