Apache9 commented on pull request #3849:
URL: https://github.com/apache/hbase/pull/3849#issuecomment-970160195


   Thank you for taking this up, mind reply on the jira issue so I can assign 
the issue to you?
   
   And sorry the approach is not correct, HBTU itself already has the ability 
to not start zk, you just need to call setZkCluster to inject the external zk 
cluster.
   
   The goal for HBASE-26167 is to make TestingHBaseCluster can use external zk 
cluster, for maximum flexibility, I prefer we just add a parameter in the 
TestingHBaseClusterOption to let user specify the connectString for zookeeper, 
and once this parameter is set, we will not start zk cluster by ourselves but 
just initialize the zk client with the given connectString.
   
   WDYT?
   
   Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to