hbase-5233. [book] configuration.xml - adding example of /etc/hosts for loopback ip config

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1233602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2012-01-19 22:15:55 +00:00
parent b77699c4ab
commit 7e363179c3
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@ to ensure well-formedness of your document after an edit session.
<para>HBase expects the loopback IP address to be 127.0.0.1. Ubuntu and some other distributions, <para>HBase expects the loopback IP address to be 127.0.0.1. Ubuntu and some other distributions,
for example, will default to 127.0.1.1 and this will cause problems for you. for example, will default to 127.0.1.1 and this will cause problems for you.
</para> </para>
<para><filename>/etc/hosts</filename> should look something like this:
<programlisting>
127.0.0.1 localhost
127.0.0.1 ubuntu.ubuntu-domain ubuntu
</programlisting>
</para>
</section> </section>
<section xml:id="ntp"> <section xml:id="ntp">