From 7e363179c393e80d8fa1b59d834c6922d0d5dd79 Mon Sep 17 00:00:00 2001 From: Doug Meil Date: Thu, 19 Jan 2012 22:15:55 +0000 Subject: [PATCH] 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 --- src/docbkx/configuration.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/docbkx/configuration.xml b/src/docbkx/configuration.xml index 6ae0af40c4f..216fefadea0 100644 --- a/src/docbkx/configuration.xml +++ b/src/docbkx/configuration.xml @@ -100,6 +100,12 @@ to ensure well-formedness of your document after an edit session. 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. + /etc/hosts should look something like this: + + 127.0.0.1 localhost + 127.0.0.1 ubuntu.ubuntu-domain ubuntu + +