From 73b59715e972dc1ed0ddef9d637b6a216c469dc6 Mon Sep 17 00:00:00 2001 From: Doug Meil Date: Sat, 3 Dec 2011 13:53:48 +0000 Subject: [PATCH] hbase-4941. Fixed mis-spelling of 'configuration' in 2 places (configuration.xml and hbase-default.xml) git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1209912 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/configuration.xml | 2 +- src/main/resources/hbase-default.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/configuration.xml b/src/docbkx/configuration.xml index 12c7db3c4de..08dab691ba5 100644 --- a/src/docbkx/configuration.xml +++ b/src/docbkx/configuration.xml @@ -975,7 +975,7 @@ index e70ebc6..96f8c27 100644 -
Recommended Configuations +
Recommended Configurations
<varname>zookeeper.session.timeout</varname> The default timeout is three minutes (specified in milliseconds). This means that if a server crashes, it will be three minutes before the Master notices diff --git a/src/main/resources/hbase-default.xml b/src/main/resources/hbase-default.xml index 7059c60eecb..5abbc84206d 100644 --- a/src/main/resources/hbase-default.xml +++ b/src/main/resources/hbase-default.xml @@ -438,7 +438,7 @@ This is the minimum hfile blocksize to emit. Usually in hbase, writing hfiles, the blocksize is gotten from the table schema (HColumnDescriptor) but in the mapreduce outputformat context, we don't have access to the - schema so get blocksize from Configuation. The smaller you make + schema so get blocksize from Configuration. The smaller you make the blocksize, the bigger your index and the less you fetch on a random-access. Set the blocksize down if you have small cells and want faster random-access of individual cells.