hbase-5367 book.xml - this time, really fixing the default compaction.min.size

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1242494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2012-02-09 19:56:40 +00:00
parent 25e0f67da7
commit 4aebaffe43
1 changed files with 1 additions and 1 deletions

View File

@ -2171,7 +2171,7 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName(
<listitem><code>hbase.hstore.compaction.max</code> (files) Maximum number of StoreFiles to compact per minor compaction (default 10).</listitem>
<listitem><code>hbase.hstore.compaction.min.size</code> (bytes)
Any StoreFile smaller than this setting with automatically be a candidate for compaction. Defaults to
<code>hbase.hregion.memstore.flush.size</code> (64 mb). </listitem>
<code>hbase.hregion.memstore.flush.size</code> (128 mb). </listitem>
<listitem><code>hbase.hstore.compaction.max.size</code> (.92) (bytes)
Any StoreFile larger than this setting with automatically be excluded from compaction (default Long.MAX_VALUE). </listitem>
</itemizedlist>