From 31776afa74a8cf697d236a6c4dc6f551608e2af0 Mon Sep 17 00:00:00 2001 From: ramkrishna Date: Mon, 14 May 2012 17:39:29 +0000 Subject: [PATCH] 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 --- src/main/resources/hbase-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/hbase-default.xml b/src/main/resources/hbase-default.xml index 42d1c4e3d4e..807efc7e6dd 100644 --- a/src/main/resources/hbase-default.xml +++ b/src/main/resources/hbase-default.xml @@ -500,7 +500,7 @@ - io.storefile.bloom.cacheonwrite + hfile.block.bloom.cacheonwrite false Enables cache-on-write for inline blocks of a compound Bloom filter.