You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/12/02 05:13:30 UTC

svn commit: r1041274 - /hbase/branches/0.90/src/docbkx/book.xml

Author: stack
Date: Thu Dec  2 04:13:30 2010
New Revision: 1041274

URL: http://svn.apache.org/viewvc?rev=1041274&view=rev
Log:
HBASE-3146 document feature "hbase.regionserver.codecs"

Modified:
    hbase/branches/0.90/src/docbkx/book.xml

Modified: hbase/branches/0.90/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/src/docbkx/book.xml?rev=1041274&r1=1041273&r2=1041274&view=diff
==============================================================================
--- hbase/branches/0.90/src/docbkx/book.xml (original)
+++ hbase/branches/0.90/src/docbkx/book.xml Thu Dec  2 04:13:30 2010
@@ -1036,7 +1036,7 @@ to ensure well-formedness of your docume
       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.
       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>.
       </para>
       </section>
@@ -1791,22 +1791,22 @@ to ensure well-formedness of your docume
     </para>
     </section>
 
-    <section id="hbase.regionserver.codec">
+    <section id="hbase.regionserver.codecs">
     <title>
     <varname>
-    hbase.regionserver.codec
+    hbase.regionserver.codecs
     </varname>
     </title>
     <para>
     To have a RegionServer test a set of codecs and fail-to-start if any
     code is missing or misinstalled, add the configuration
     <varname>
-    hbase.regionserver.codec
+    hbase.regionserver.codecs
     </varname>
     to your <filename>hbase-site.xml</filename> with a value of
     codecs to test on startup.  For example if the 
     <varname>
-    hbase.regionserver.codec
+    hbase.regionserver.codecs
     </varname> value is <code>lzo,gz</code> and if lzo is not present
     or improperly installed, the misconfigured RegionServer will fail
     to start.