Repository: hbase Updated Branches: refs/heads/branch-2 721b9576d -> e1ca4e77c
HBASE-17853 Link to "Why does HBase care about /etc/hosts?" does not work Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e1ca4e77 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e1ca4e77 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e1ca4e77 Branch: refs/heads/branch-2 Commit: e1ca4e77c72200569dfde195a567d896199d2e4f Parents: 721b957 Author: Chia-Ping Tsai <[email protected]> Authored: Mon Sep 11 02:16:52 2017 +0800 Committer: Chia-Ping Tsai <[email protected]> Committed: Tue Dec 19 23:04:51 2017 +0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/getting_started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e1ca4e77/src/main/asciidoc/_chapters/getting_started.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/getting_started.adoc b/src/main/asciidoc/_chapters/getting_started.adoc index f46c5cf..9d463f1 100644 --- a/src/main/asciidoc/_chapters/getting_started.adoc +++ b/src/main/asciidoc/_chapters/getting_started.adoc @@ -51,7 +51,7 @@ Apart from downloading HBase, this procedure should take less than 10 minutes. Prior to HBase 0.94.x, HBase expected the loopback IP address to be 127.0.0.1. Ubuntu and some other distributions default to 127.0.1.1 and this will cause -problems for you. See link:http://devving.com/?p=414[Why does HBase care about /etc/hosts?] for detail +problems for you. See link:https://web-beta.archive.org/web/20140104070155/http://blog.devving.com/why-does-hbase-care-about-etchosts[Why does HBase care about /etc/hosts?] for detail The following _/etc/hosts_ file works correctly for HBase 0.94.x and earlier, on Ubuntu. Use this as a template if you run into trouble. [listing]
