In that case I guess I need multiple masters if the master node needs to
be taken down for maintenance.
If a region server is taken down for maintenance will hbase rebalance
the start and end keys?
-justin
On 8/3/10 6:46 PM, Jean-Daniel Cryans wrote:
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