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

Elliott Clark commented on HBASE-10409:
---------------------------------------

Can't really help you with the hoya tests. For HBase parsing args two different 
ways (into the conf as has been there for a while, and your added two 
configurations) just makes it confusing.

Additionally you'll notice that the example code I used didn't even use the 
doStaticMain it just passed in an hbase config (mimicking what doStaticMain 
does).  So what I'm suggesting is flexible and is exactly why the 
AbstractHBaseTool is there.  So that we have things like this as central as 
possible.

> 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)

Reply via email to