question history:
question 
68 views

Using Zookeeper

Hello,

If we use ZooKeeper in our code, does it have to be started with the ECS server or can we start it manually (using the command line)? 

 0
Updated by Anonymous Poet

the students' answer,

where students collectively construct a single answer

There are ways to spin up a server from Java. Check out ZooKeeperServerMain.java or QuorumPeerMain.java, as the regular zooserver API is very very poorly written.

Proceed with caution. Using Zookeeper makes certain tasks easier but def makes it hard to config project for the autotesters.

 0
Updated by Anonymous Calc
followup discussionsfor lingering questions and comments