[44/44] hbase git commit: HBASE-13281 'hbase.bucketcache.size' description in hbase book is not correct (Ram)

2015-03-23 Thread mbertozzi
HBASE-13281  'hbase.bucketcache.size' description in hbase book is not
correct (Ram)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/65d37818
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/65d37818
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/65d37818

Branch: refs/heads/hbase-12439
Commit: 65d3781897baf05ef583fce3b5e8e08cd6228f35
Parents: 845f5de
Author: Ramkrishna ramkrishna.s.vasude...@intel.com
Authored: Mon Mar 23 22:40:18 2015 +0530
Committer: Ramkrishna ramkrishna.s.vasude...@intel.com
Committed: Mon Mar 23 22:40:18 2015 +0530

--
 src/main/asciidoc/_chapters/hbase-default.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/65d37818/src/main/asciidoc/_chapters/hbase-default.adoc
--
diff --git a/src/main/asciidoc/_chapters/hbase-default.adoc 
b/src/main/asciidoc/_chapters/hbase-default.adoc
index 23b96d5..bf56dd3 100644
--- a/src/main/asciidoc/_chapters/hbase-default.adoc
+++ b/src/main/asciidoc/_chapters/hbase-default.adoc
@@ -1284,11 +1284,11 @@ Whether or not the bucketcache is used in league with 
the LRU
 *`hbase.bucketcache.size`*::
 +
 .Description
-The size of the buckets for the bucketcache if you only use a single size. 
-  Defaults to the default blocksize, which is 64 * 1024.
+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.
 +
 .Default
-`65536`
+`0` when specified as a float
 
   
 [[hbase.bucketcache.sizes]]



hbase git commit: HBASE-13281 'hbase.bucketcache.size' description in hbase book is not correct (Ram)

2015-03-23 Thread ramkrishna
Repository: hbase
Updated Branches:
  refs/heads/master 845f5de12 - 65d378189


HBASE-13281  'hbase.bucketcache.size' description in hbase book is not
correct (Ram)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/65d37818
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/65d37818
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/65d37818

Branch: refs/heads/master
Commit: 65d3781897baf05ef583fce3b5e8e08cd6228f35
Parents: 845f5de
Author: Ramkrishna ramkrishna.s.vasude...@intel.com
Authored: Mon Mar 23 22:40:18 2015 +0530
Committer: Ramkrishna ramkrishna.s.vasude...@intel.com
Committed: Mon Mar 23 22:40:18 2015 +0530

--
 src/main/asciidoc/_chapters/hbase-default.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/65d37818/src/main/asciidoc/_chapters/hbase-default.adoc
--
diff --git a/src/main/asciidoc/_chapters/hbase-default.adoc 
b/src/main/asciidoc/_chapters/hbase-default.adoc
index 23b96d5..bf56dd3 100644
--- a/src/main/asciidoc/_chapters/hbase-default.adoc
+++ b/src/main/asciidoc/_chapters/hbase-default.adoc
@@ -1284,11 +1284,11 @@ Whether or not the bucketcache is used in league with 
the LRU
 *`hbase.bucketcache.size`*::
 +
 .Description
-The size of the buckets for the bucketcache if you only use a single size. 
-  Defaults to the default blocksize, which is 64 * 1024.
+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.
 +
 .Default
-`65536`
+`0` when specified as a float
 
   
 [[hbase.bucketcache.sizes]]