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/09/24 01:15:54 UTC

svn commit: r1389163 - /hbase/trunk/src/docbkx/configuration.xml

Author: stack
Date: Sun Sep 23 23:15:54 2012
New Revision: 1389163

URL: http://svn.apache.org/viewvc?rev=1389163&view=rev
Log:
Minor edit

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

Modified: hbase/trunk/src/docbkx/configuration.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/configuration.xml?rev=1389163&r1=1389162&r2=1389163&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/configuration.xml (original)
+++ hbase/trunk/src/docbkx/configuration.xml Sun Sep 23 23:15:54 2012
@@ -29,8 +29,8 @@
     <title>Configuration</title>
     <para>This chapter is the Not-So-Quick start guide to HBase configuration.  It goes
     over system requirements, Hadoop setup, the different HBase run modes, and the
-    various configurations in HBase.  Please read this chapter carefully and ensure
-    that all <xref linkend="basic.requirements" /> have 
+    various configurations in HBase.  Please read this chapter carefully.  At a mimimum
+    ensure that all <xref linkend="basic.prerequisites" /> have 
       been satisfied.  Failure to do so will cause you (and us) grief debugging strange errors
       and/or data loss.</para>
     
@@ -58,17 +58,15 @@ to ensure well-formedness of your docume
     all nodes of the cluster.  HBase will not do this for you.
     Use <command>rsync</command>.</para>
     
-    <section xml:id="basic.requirements">
-    <title>Basic Requirements</title>
+    <section xml:id="basic.prerequisites">
+    <title>Basic Prerequisites</title>
     <para>This section lists required services and some required system configuration.
     </para>
     <section xml:id="java">
         <title>Java</title>
 
         <para>Just like Hadoop, HBase requires java 6 from <link
-        xlink:href="http://www.java.com/download/">Oracle</link>. Usually
-        you'll want to use the latest version available except the problematic
-        u18.</para>
+        xlink:href="http://www.java.com/download/">Oracle</link>.</para>
     </section>
     <section xml:id="os">
         <title>Operating System</title>