Yiğit Oner created HBASE-23754:
----------------------------------
Summary: [DOC] HBase Web UI runs on different port
Key: HBASE-23754
URL: https://issues.apache.org/jira/browse/HBASE-23754
Project: HBase
Issue Type: Bug
Components: documentation
Reporter: Yiğit Oner
Just started to work through the ref guide and started up the stand-alone
setup. The guide mentions to look up [http://localhost:16010/] for the HBase
Web UI, but there is no process listening to that port.
After checking netstat and logs I've discovered, that the UI runs on port 43105
{code:java}
2020-01-28 22:17:43,658 INFO [main] http.HttpServer: Jetty bound to port 43105
2020-01-28 22:17:43,658 INFO [main] mortbay.log: jetty-6.1.26
2020-01-28 22:17:43,697 INFO [main] mortbay.log: Started
[email protected]:4310{
code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)