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
This commit is contained in:
parent
7df968e09a
commit
73b59715e9
|
@ -975,7 +975,7 @@ index e70ebc6..96f8c27 100644
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section xml:id="recommended_configurations"><title>Recommended Configuations</title>
|
<section xml:id="recommended_configurations"><title>Recommended Configurations</title>
|
||||||
<section xml:id="zookeeper.session.timeout"><title><varname>zookeeper.session.timeout</varname></title>
|
<section xml:id="zookeeper.session.timeout"><title><varname>zookeeper.session.timeout</varname></title>
|
||||||
<para>The default timeout is three minutes (specified in milliseconds). This means
|
<para>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
|
that if a server crashes, it will be three minutes before the Master notices
|
||||||
|
|
|
@ -438,7 +438,7 @@
|
||||||
This is the minimum hfile blocksize to emit. Usually in hbase, writing
|
This is the minimum hfile blocksize to emit. Usually in hbase, writing
|
||||||
hfiles, the blocksize is gotten from the table schema (HColumnDescriptor)
|
hfiles, the blocksize is gotten from the table schema (HColumnDescriptor)
|
||||||
but in the mapreduce outputformat context, we don't have access to the
|
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
|
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
|
random-access. Set the blocksize down if you have small cells and want
|
||||||
faster random-access of individual cells.
|
faster random-access of individual cells.
|
||||||
|
|
Loading…
Reference in New Issue