From 8b2d961c488faafa6e223b5d634ccb1f8be8531a Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 13 Sep 2013 21:31:18 +0000 Subject: [PATCH] HBASE-7296 Add hbase.master.loadbalancer.class in the documentation git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1523111 13f79535-47bb-0310-9956-ffa450edef68 --- hbase-common/src/main/resources/hbase-default.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index 1cab01519f8..26e70b7bed7 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -1055,4 +1055,11 @@ possible configurations would overwhelm and obscure the important. Servlet filters for REST service. + + hbase.master.loadbalancer.class + org.apache.hadoop.hbase.master.balancer.DefaultLoadBalancer + + Class used to execute the regions balancing when the period occurs. + +