hbase-5389. book.xml - minor correction of compaction selection example #1

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1243532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2012-02-13 14:24:58 +00:00
parent f49e1b1f9a
commit 0553fbc25b
1 changed files with 3 additions and 2 deletions

View File

@ -2206,8 +2206,9 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName(
<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>