There are tools: bin/start-hbase.sh bin/stop-hbase.sh
starts/stops cluster. per node: bin/hbase-daemon.sh start regionserver bin/hbase-daemon.sh stop regionserver you might need HBASE-1362 however. On Wed, May 13, 2009 at 11:46 PM, Ninad Raut <[email protected]>wrote: > Hi, > I have been asekd to automate the following processes in HBase: > > - Script to add/remove regionservers and datanodes from a cluster when > cluster is live > > > - Script to handle master node failure > - Script for graceful shutdown/startup of hbase > > Is there any adminsitration tool present for hbase. How can we use Hadoop > On > Demand and/or zookeeper to make the cluster failure resistant. > Regards, > Ninad >
