I mean restart the master server node.
On Mon, Apr 7, 2014 at 5:35 PM, ramkrishna vasudevan < [email protected]> wrote: > You need to use this configuration > "hbase.master.loadbalancer.class" to specify the load balancer class as > its Fully qualified class name. > You need to recompile the code to pick up your new balancer class, which > means you may have to restart your cluster. > > > On Mon, Apr 7, 2014 at 5:25 PM, LEI Xiaofeng <[email protected]> wrote: > >> Hello, >> >> Does anybody know how to develop a custom LoadBalancer for HBase? What is >> the development process? And how to use my custom LoadBalancer? Do I need >> to re-compile the whole HBase source code? >> >> >> >> Thanks, >> Xiaofeng >> >> >
