Created on 08-01-2014 09:09 AM - edited 09-16-2022 02:04 AM
For our non-cm clusters, we have a nice cluster shutdown script we feed into hbase shell that does a graceful failover of hbase. In CM, our current process is to stop the hbase master service on the active master. Is there a graceful way of failing over hbase master without disabling the hbase master service on either master node?
Created 08-05-2014 03:20 PM
You shouldn't have to disable the Master service at all. If you have two HBase masters running (one Active, one Backup), simply stopping the service on the Active Master will trigger the Backup master to take over. The graceful transition details are handled internally and very effectively by HBase itself.
Created 08-05-2014 03:20 PM
You shouldn't have to disable the Master service at all. If you have two HBase masters running (one Active, one Backup), simply stopping the service on the Active Master will trigger the Backup master to take over. The graceful transition details are handled internally and very effectively by HBase itself.
Created 08-05-2014 08:34 PM