You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by dm...@apache.org on 2012/01/19 23:15:56 UTC

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

Author: dmeil
Date: Thu Jan 19 22:15:55 2012
New Revision: 1233602

URL: http://svn.apache.org/viewvc?rev=1233602&view=rev
Log:
hbase-5233. [book] configuration.xml - adding example of /etc/hosts for loopback ip config

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=1233602&r1=1233601&r2=1233602&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/configuration.xml (original)
+++ hbase/trunk/src/docbkx/configuration.xml Thu Jan 19 22:15:55 2012
@@ -100,6 +100,12 @@ to ensure well-formedness of your docume
         <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.
         </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 xml:id="ntp">