You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yiğit Oner (Jira)" <ji...@apache.org> on 2020/01/28 21:57:00 UTC

[jira] [Created] (HBASE-23754) [DOC] HBase Web UI runs on different port

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 SelectChannelConnector@0.0.0.0:4310{
code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)