Support psuedo-distributed ZooKeeper in HBase
---------------------------------------------
Key: HBASE-2841
URL: https://issues.apache.org/jira/browse/HBASE-2841
Project: HBase
Issue Type: Improvement
Components: scripts, zookeeper
Reporter: Nicolas Spiegelberg
Priority: Trivial
HBASE-1511 added psuedo-distributed support for RegionServers and backup
Masters, however there were some obstacles preventing the last piece:
psuedo-distributed ZooKeeper clients (HQuorumPeer). No major obstacles, just
enough that I don't have time to work on them immediately. This would be a
great noob task to get familiar with how our ZooKeeper code works and make
minor changes that will greatly help us test this product. Note that if you're
feeling extra ambitious, you could work on adding startZkCluster(int),
killZkPeer(int), and restartZkPeer(int) to HBaseTestingUtility.java for JUnit
test goodness.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.