You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by je...@apache.org on 2015/04/29 03:24:40 UTC

hbase git commit: HBASE-13577: Documentation is pointing to wrong port for Master Web UI (Lars Francke)

Repository: hbase
Updated Branches:
  refs/heads/master 7348a05e9 -> 5f1676715


HBASE-13577: Documentation is pointing to wrong port for Master Web UI (Lars Francke)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5f167671
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5f167671
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5f167671

Branch: refs/heads/master
Commit: 5f1676715b77f51a1c09978a5e18d3ff42a99ef4
Parents: 7348a05
Author: Jerry He <je...@apache.org>
Authored: Tue Apr 28 18:23:16 2015 -0700
Committer: Jerry He <je...@apache.org>
Committed: Tue Apr 28 18:23:16 2015 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/getting_started.adoc | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5f167671/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 76d793c..41674a0 100644
--- a/src/main/asciidoc/_chapters/getting_started.adoc
+++ b/src/main/asciidoc/_chapters/getting_started.adoc
@@ -619,12 +619,16 @@ For more about ZooKeeper configuration, including using an external ZooKeeper in
 .Web UI Port Changes
 NOTE: Web UI Port Changes
 +
-In HBase newer than 0.98.x, the HTTP ports used by the HBase Web UI changed from 60010 for the Master and 60030 for each RegionServer to 16610 for the Master and 16030 for the RegionServer.
+In HBase newer than 0.98.x, the HTTP ports used by the HBase Web UI changed from 60010 for the
+Master and 60030 for each RegionServer to 16010 for the Master and 16030 for the RegionServer.
 
 +
-If everything is set up correctly, you should be able to connect to the UI for the Master `http://node-a.example.com:16610/` or the secondary master at `http://node-b.example.com:16610/` for the secondary master, using a web browser.
+If everything is set up correctly, you should be able to connect to the UI for the Master
+`http://node-a.example.com:16010/` or the secondary master at `http://node-b.example.com:16010/`
+for the secondary master, using a web browser.
 If you can connect via `localhost` but not from another host, check your firewall rules.
-You can see the web UI for each of the RegionServers at port 16630 of their IP addresses, or by clicking their links in the web UI for the Master.
+You can see the web UI for each of the RegionServers at port 16030 of their IP addresses, or by
+clicking their links in the web UI for the Master.
 
 . Test what happens when nodes or services disappear.
 +