GitHub user tanadeau opened a pull request: https://github.com/apache/accumulo/pull/29
ACCUMULO-3000: Added config option and impl to use existing ZooKeeper This creates a new MAC config option `existingZooKeepers` that can be optionally set to a ZK connection string (e.g., "localhost:2181"). If this is set, the MAC will not spin up a ZK process nor create a ZK config directory. Since the same ZK instance can now be used repeatedly, any existing Accumulo instances with the same instance name are removed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tanadeau/accumulo mac-with-existing-zookeeper Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/29.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #29 ---- commit bcdd8c37d8a3037cf624354ccee295fbb5edcd5f Author: Trent Nadeau <tnad...@42six.com> Date: 2015-04-16T14:35:54Z ACCUMULO-3000: Added config option and impl to use existing ZooKeeper ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---