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:
Michael Stack 2012-08-30 23:34:04 +00:00
parent 652851af72
commit 6dce5b8059
2 changed files with 3 additions and 3 deletions

View File

@ -1722,8 +1722,8 @@ rs.close();
<para>The Master runs several background threads:
</para>
<section xml:id="master.processes.loadbalancer"><title>LoadBalancer</title>
<para>Periodically, and when there are not any regions in transition,
a load balancer will run and move regions around to balance cluster load.
<para>Periodically, and when there are no regions in transition,
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>
<para>See <xref linkend="regions.arch.assignment"/> for more information on region assignment.
</para>

View File

@ -1658,7 +1658,7 @@ of all regions.
<section xml:id="other_configuration"><title>Other Configurations</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>
<para>See <xref linkend="master.processes.loadbalancer" /> for more information on the LoadBalancer.
</para>