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 2012/01/22 22:34:56 UTC

svn commit: r1234620 - /hbase/trunk/src/docbkx/troubleshooting.xml

Author: stack
Date: Sun Jan 22 21:34:56 2012
New Revision: 1234620

URL: http://svn.apache.org/viewvc?rev=1234620&view=rev
Log:
Formatting fix

Modified:
    hbase/trunk/src/docbkx/troubleshooting.xml

Modified: hbase/trunk/src/docbkx/troubleshooting.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/troubleshooting.xml?rev=1234620&r1=1234619&r2=1234620&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/troubleshooting.xml (original)
+++ hbase/trunk/src/docbkx/troubleshooting.xml Sun Jan 22 21:34:56 2012
@@ -988,7 +988,7 @@ ERROR org.apache.hadoop.hbase.regionserv
              <para>HBase 0.90.x does not ship with hadoop-0.20.205.x, etc.  To make it run, you need to replace the hadoop
              jars that HBase shipped with in its <filename>lib</filename> directory with those of the Hadoop you want to
              run HBase on.  If even after replacing Hadoop jars you get the below exception:
-<computeroutput>
+<programlisting>
 sv4r6s38: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/configuration/Configuration
 sv4r6s38:       at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.&lt;init>(DefaultMetricsSystem.java:37)
 sv4r6s38:       at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.&lt;clinit>(DefaultMetricsSystem.java:34)
@@ -999,7 +999,7 @@ sv4r6s38:       at org.apache.hadoop.sec
 sv4r6s38:       at org.apache.hadoop.security.KerberosName.&lt;clinit>(KerberosName.java:83)
 sv4r6s38:       at org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:202)
 sv4r6s38:       at org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:177)
-</computeroutput>
+</programlisting>
 you need to copy under <filename>hbase/lib</filename>, the <filename>commons-configuration-X.jar</filename> you find
 in your Hadoop's <filename>lib</filename> directory.  That should fix the above complaint.
 </para>