HBASE-5957 Mismatch with config param name in xml and code (Anoop)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1338307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ramkrishna 2012-05-14 17:39:29 +00:00
parent 9b662f467b
commit 31776afa74
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@
</description>
</property>
<property>
<name>io.storefile.bloom.cacheonwrite</name>
<name>hfile.block.bloom.cacheonwrite</name>
<value>false</value>
<description>
Enables cache-on-write for inline blocks of a compound Bloom filter.