On a small cluster like that I wouldn't bother giving 3 machines to zookeeper since your cluster is a reliable as your master node. Instead, make sure that your master has some redundant hardware and put a standalone zookeeper on it.
J-D On Tue, Aug 3, 2010 at 3:41 PM, Justin Cohen <[email protected]> wrote: > I have an hbase setup with 1 master, 3 zookeepers and 10 region servers in > distributed mode. What kind of stability should I expect? I can lose 1 > zookeper, right? What happens if I lose 2? What if a region server goes > down, or if the master goes down? > > thanks, > -justin >
