From a5bcc390bd21edb4ff56b29ea46a44e28203ab72 Mon Sep 17 00:00:00 2001 From: "Y. SREENIVASULU REDDY" Date: Tue, 24 Mar 2015 17:15:34 +0530 Subject: [PATCH] HBASE-13320 'hbase.bucketcache.size' configuration value is not correct in hbase-default.xml --- hbase-common/src/main/resources/hbase-default.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index a3092b5..70d44ff 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -860,11 +860,13 @@ possible configurations would overwhelm and obscure the important. blockcache and the data blocks are kept in the bucketcache. - hbase.bucketcache.size - 65536 - The size of the buckets for the bucketcache if you only use a single size. - Defaults to the default blocksize, which is 64 * 1024. - + hbase.bucketcache.size + 0 + Used along with bucket cache, this is a float that EITHER + represents a percentage of total heap + memory size to give to the cache (if < 1.0) OR, it is the capacity in + megabytes of the cache. + hbase.bucketcache.sizes -- 1.8.4.msysgit.0