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:
parent
aaf04f7ea0
commit
8b2d961c48
|
@ -1055,4 +1055,11 @@ possible configurations would overwhelm and obscure the important.
|
||||||
Servlet filters for REST service.
|
Servlet filters for REST service.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</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>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue