HBASE-7619 tiny correction in the book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d333239070
commit
832b85e8e3
|
@ -2343,7 +2343,7 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName(
|
|||
</itemizedlist>
|
||||
</para>
|
||||
<para>The following StoreFiles exist: 100, 25, 12, and 12 bytes apiece (oldest to newest).
|
||||
With the above parameters, the files that would be selected for minor compaction are 23, 12, and 12.
|
||||
With the above parameters, no compaction will be started.
|
||||
</para>
|
||||
<para>Why?
|
||||
<itemizedlist>
|
||||
|
|
Loading…
Reference in New Issue