My cluster has a standby master process. If I restart it, will it reload data from zookeeper? If it does, I can shut down the current master and let standby master become the active one. Will that work?
Libo From: [email protected] To: [email protected] Subject: how to let hmaster read zookeeper's /hbase/unassigned Date: Mon, 21 Jul 2014 19:20:33 -0400 Hi all, I removed regions in transition zookeeper path /hbase/unassigned. But I don't want to bring down master node (the whole cluster will be down). Is there a way to force the master node to load data from zookeeper? Thanks. Libo
