HBASE-3146 document feature "hbase.regionserver.codecs"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1955d5dfe4
commit
953068adbb
|
@ -1036,7 +1036,7 @@ to ensure well-formedness of your document after an edit session.
|
||||||
fixup on the new machine. In versions since HBase 0.90.0, we should
|
fixup on the new machine. In versions since HBase 0.90.0, we should
|
||||||
fail in a way that makes it plain what the problem is, but maybe not.
|
fail in a way that makes it plain what the problem is, but maybe not.
|
||||||
Remember you read this paragraph<footnote><para>See
|
Remember you read this paragraph<footnote><para>See
|
||||||
<link linkend="hbase.regionserver.codec">hbase.regionserver.codec</link>
|
<link linkend="hbase.regionserver.codecs">hbase.regionserver.codecs</link>
|
||||||
for a feature to help protect against failed LZO install</para></footnote>.
|
for a feature to help protect against failed LZO install</para></footnote>.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
@ -1791,22 +1791,22 @@ to ensure well-formedness of your document after an edit session.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="hbase.regionserver.codec">
|
<section id="hbase.regionserver.codecs">
|
||||||
<title>
|
<title>
|
||||||
<varname>
|
<varname>
|
||||||
hbase.regionserver.codec
|
hbase.regionserver.codecs
|
||||||
</varname>
|
</varname>
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
To have a RegionServer test a set of codecs and fail-to-start if any
|
To have a RegionServer test a set of codecs and fail-to-start if any
|
||||||
code is missing or misinstalled, add the configuration
|
code is missing or misinstalled, add the configuration
|
||||||
<varname>
|
<varname>
|
||||||
hbase.regionserver.codec
|
hbase.regionserver.codecs
|
||||||
</varname>
|
</varname>
|
||||||
to your <filename>hbase-site.xml</filename> with a value of
|
to your <filename>hbase-site.xml</filename> with a value of
|
||||||
codecs to test on startup. For example if the
|
codecs to test on startup. For example if the
|
||||||
<varname>
|
<varname>
|
||||||
hbase.regionserver.codec
|
hbase.regionserver.codecs
|
||||||
</varname> value is <code>lzo,gz</code> and if lzo is not present
|
</varname> value is <code>lzo,gz</code> and if lzo is not present
|
||||||
or improperly installed, the misconfigured RegionServer will fail
|
or improperly installed, the misconfigured RegionServer will fail
|
||||||
to start.
|
to start.
|
||||||
|
|
Loading…
Reference in New Issue