HBASE 6231 Minor Typos in HBase Book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379226 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
652851af72
commit
6dce5b8059
|
@ -1722,8 +1722,8 @@ rs.close();
|
||||||
<para>The Master runs several background threads:
|
<para>The Master runs several background threads:
|
||||||
</para>
|
</para>
|
||||||
<section xml:id="master.processes.loadbalancer"><title>LoadBalancer</title>
|
<section xml:id="master.processes.loadbalancer"><title>LoadBalancer</title>
|
||||||
<para>Periodically, and when there are not any regions in transition,
|
<para>Periodically, and when there are no regions in transition,
|
||||||
a load balancer will run and move regions around to balance cluster load.
|
a load balancer will run and move regions around to balance the cluster's load.
|
||||||
See <xref linkend="balancer_config" /> for configuring this property.</para>
|
See <xref linkend="balancer_config" /> for configuring this property.</para>
|
||||||
<para>See <xref linkend="regions.arch.assignment"/> for more information on region assignment.
|
<para>See <xref linkend="regions.arch.assignment"/> for more information on region assignment.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -1658,7 +1658,7 @@ of all regions.
|
||||||
|
|
||||||
<section xml:id="other_configuration"><title>Other Configurations</title>
|
<section xml:id="other_configuration"><title>Other Configurations</title>
|
||||||
<section xml:id="balancer_config"><title>Balancer</title>
|
<section xml:id="balancer_config"><title>Balancer</title>
|
||||||
<para>The balancer is periodic operation run on the master to redistribute regions on the cluster. It is configured via
|
<para>The balancer is a periodic operation which is run on the master to redistribute regions on the cluster. It is configured via
|
||||||
<varname>hbase.balancer.period</varname> and defaults to 300000 (5 minutes). </para>
|
<varname>hbase.balancer.period</varname> and defaults to 300000 (5 minutes). </para>
|
||||||
<para>See <xref linkend="master.processes.loadbalancer" /> for more information on the LoadBalancer.
|
<para>See <xref linkend="master.processes.loadbalancer" /> for more information on the LoadBalancer.
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in New Issue