From e7afa8643f184774feb60c527df90876eb8d225f Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sun, 31 May 2009 23:42:00 +0000 Subject: [PATCH] HBASE-1192 LRU-style map for the block cache git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780528 13f79535-47bb-0310-9956-ffa450edef68 --- conf/hbase-default.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/hbase-default.xml b/conf/hbase-default.xml index f75d1d5d63c..6cdc38ef784 100644 --- a/conf/hbase-default.xml +++ b/conf/hbase-default.xml @@ -324,6 +324,13 @@ if you have small cells and want faster random-access of individual cells. + + hfile.block.cache.size + 50000000 + + The size of the block cache used by HFile/StoreFile. Set to 0 to disable. + + hbase.hstore.blockCache.blockSize 16384 @@ -394,11 +401,4 @@ mode flag is stored at /hbase/safe-mode. - - hfile.block.cache.size - 50000000 - - The size of the block cache used by HFile/StoreFile. Set to 0 to disable. - -