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
This commit is contained in:
Michael Stack 2013-09-13 21:31:18 +00:00
parent aaf04f7ea0
commit 8b2d961c48
1 changed files with 7 additions and 0 deletions

View File

@ -1055,4 +1055,11 @@ possible configurations would overwhelm and obscure the important.
Servlet filters for REST service.
</description>
</property>
<property>
<name>hbase.master.loadbalancer.class</name>
<value>org.apache.hadoop.hbase.master.balancer.DefaultLoadBalancer</value>
<description>
Class used to execute the regions balancing when the period occurs.
</description>
</property>
</configuration>