From 03296663c11995d7f4b64cd4b741cdc1eec1bcb0 Mon Sep 17 00:00:00 2001 From: "subrat.mishra" Date: Thu, 28 Mar 2019 15:58:32 +0530 Subject: [PATCH] HBASE-20755 quickstart note about Web UI port changes in ref guide corrected. --- src/main/asciidoc/_chapters/getting_started.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/_chapters/getting_started.adoc b/src/main/asciidoc/_chapters/getting_started.adoc index 96bc9d066c3..e12b7a2fabf 100644 --- a/src/main/asciidoc/_chapters/getting_started.adoc +++ b/src/main/asciidoc/_chapters/getting_started.adoc @@ -637,11 +637,11 @@ For more about ZooKeeper configuration, including using an external ZooKeeper in . Browse to the Web UI. + .Web UI Port Changes -NOTE: Web UI Port Changes -+ +[NOTE] +==== 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:16010/` or the secondary master at `http://node-b.example.com:16010/`