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:
Michael Stack 2013-01-18 16:53:13 +00:00
parent d333239070
commit 832b85e8e3
1 changed files with 1 additions and 1 deletions

View File

@ -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>