Minor edit

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-23 23:15:54 +00:00
parent 623a9be04d
commit 66146c49d6
1 changed files with 5 additions and 7 deletions

View File

@ -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 document after an edit session.
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>