Author: dmeil
Date: Mon Feb 13 14:24:58 2012
New Revision: 1243532

URL: http://svn.apache.org/viewvc?rev=1243532&view=rev
Log:
hbase-5389.  book.xml - minor correction of compaction selection example #1

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

Modified: hbase/trunk/src/docbkx/book.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1243532&r1=1243531&r2=1243532&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Mon Feb 13 14:24:58 2012
@@ -2206,8 +2206,9 @@ myHtd.setValue(HTableDescriptor.SPLIT_PO
             <listitem>100 --&gt;  No, because sum(50, 23, 12, 12) * 1.0 = 97. 
</listitem>
             <listitem>50 --&gt;  No, because sum(23, 12, 12) * 1.0 = 47. 
</listitem>
             <listitem>23 --&gt;  Yes, because sum(12, 12) * 1.0 = 24. 
</listitem>
-            <listitem>12 --&gt;  Yes, because sum(12) * 1.0 = 12. </listitem>
-            <listitem>12 --&gt;  Yes, because the previous file had been 
included, and this is included because this 
+            <listitem>12 --&gt;  Yes, because the previous file has been 
included, and because this 
+          does not exceed the the max-file limit of 5  </listitem>
+            <listitem>12 --&gt;  Yes, because the previous file had been 
included, and because this 
           does not exceed the the max-file limit of 5.</listitem>
           </itemizedlist>
           </para>


Reply via email to