Repository: hbase Updated Branches: refs/heads/master d3eedb24e -> b08802a3e
HBASE-12877 Hbase documentation- a referenced link is not working <Subrahmanyam> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b08802a3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b08802a3 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b08802a3 Branch: refs/heads/master Commit: b08802a3e8e522f84519415b83455870b49bf8da Parents: d3eedb2 Author: Misty Stanley-Jones <[email protected]> Authored: Fri Jan 30 16:24:24 2015 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Fri Jan 30 16:24:24 2015 +1000 ---------------------------------------------------------------------- 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/b08802a3/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 d20ddd7..76d793c 100644 --- a/src/main/asciidoc/_chapters/getting_started.adoc +++ b/src/main/asciidoc/_chapters/getting_started.adoc @@ -52,7 +52,7 @@ See link:https://issues.apache.org/jira/browse/HBASE-3696[HBASE-3696] and its as .Loopback IP - HBase 0.94.x and earlier NOTE: _The below advice is for hbase-0.94.x and older versions only. This is fixed in hbase-0.96.0 and beyond._ -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. +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 .Example /etc/hosts File for Ubuntu
