You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/08/31 01:34:05 UTC

svn commit: r1379226 - in /hbase/trunk/src/docbkx: book.xml configuration.xml

Author: stack
Date: Thu Aug 30 23:34:04 2012
New Revision: 1379226

URL: http://svn.apache.org/viewvc?rev=1379226&view=rev
Log:
HBASE 6231 Minor Typos in HBase Book

Modified:
    hbase/trunk/src/docbkx/book.xml
    hbase/trunk/src/docbkx/configuration.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1379226&r1=1379225&r2=1379226&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Thu Aug 30 23:34:04 2012
@@ -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>

Modified: hbase/trunk/src/docbkx/configuration.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/configuration.xml?rev=1379226&r1=1379225&r2=1379226&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/configuration.xml (original)
+++ hbase/trunk/src/docbkx/configuration.xml Thu Aug 30 23:34:04 2012
@@ -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>