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:
parent
f49e1b1f9a
commit
0553fbc25b
|
@ -2206,8 +2206,9 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName(
|
|||
<listitem>100 --> No, because sum(50, 23, 12, 12) * 1.0 = 97. </listitem>
|
||||
<listitem>50 --> No, because sum(23, 12, 12) * 1.0 = 47. </listitem>
|
||||
<listitem>23 --> Yes, because sum(12, 12) * 1.0 = 24. </listitem>
|
||||
<listitem>12 --> Yes, because sum(12) * 1.0 = 12. </listitem>
|
||||
<listitem>12 --> Yes, because the previous file had been included, and this is included because this
|
||||
<listitem>12 --> Yes, because the previous file has been included, and because this
|
||||
does not exceed the the max-file limit of 5 </listitem>
|
||||
<listitem>12 --> Yes, because the previous file had been included, and because this
|
||||
does not exceed the the max-file limit of 5.</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in New Issue