You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/04/28 03:19:06 UTC

[jira] [Commented] (HBASE-13577) Documentation is pointing to wrong port for Master Web UI

    [ https://issues.apache.org/jira/browse/HBASE-13577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516127#comment-14516127 ] 

Hadoop QA commented on HBASE-13577:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12728526/HBASE-13577.patch
  against master branch at commit 2759fd0cdbb8aee928819c9d7306bb61c94126d8.
  ATTACHMENT ID: 12728526

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+0 tests included{color}.  The patch appears to be a documentation patch that doesn't require tests.

    {color:green}+1 hadoop versions{color}. The patch compiles with all supported hadoop versions (2.4.1 2.5.2 2.6.0)

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 protoc{color}.  The applied patch does not increase the total number of protoc compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 checkstyle{color}.  The applied patch does not increase the total number of checkstyle errors

    {color:green}+1 findbugs{color}.  The patch does not introduce any  new Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 lineLengths{color}.  The patch introduces the following lines longer than 100:
    +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/` for the secondary master, using a web browser.

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s): 	at org.apache.oozie.test.MiniHCatServer$1.run(MiniHCatServer.java:137)
	at org.apache.oozie.test.XTestCase$MiniClusterShutdownMonitor.run(XTestCase.java:1071)
	at org.apache.oozie.test.XTestCase.waitFor(XTestCase.java:692)
	at org.apache.oozie.test.XTestCase.sleep(XTestCase.java:710)
	at org.apache.oozie.service.TestStatusTransitService.testCoordStatusTransitServiceUpdateLastModifiedTime(TestStatusTransitService.java:650)

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/13844//testReport/
Release Findbugs (version 2.0.3) 	warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/13844//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors: https://builds.apache.org/job/PreCommit-HBASE-Build/13844//artifact/patchprocess/checkstyle-aggregate.html

  Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/13844//console

This message is automatically generated.

> Documentation is pointing to wrong port for Master Web UI
> ---------------------------------------------------------
>
>                 Key: HBASE-13577
>                 URL: https://issues.apache.org/jira/browse/HBASE-13577
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.0.0
>            Reporter: David Newcomer
>            Assignee: Lars Francke
>            Priority: Minor
>         Attachments: HBASE-13577.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> At the bottom of section 2.4 in the Hbase Documentation, there is a section about Browsing the web UI that makes several references to port 16610. 
> http://hbase.apache.org/book.html#quickstart_fully_distributed
> <DOCUMENTATION>
> "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.
> 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 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."
> </DOCUMENTATION>
> This is the wrong port; it should instead be 16010. The correct port is listed in Section 6: http://hbase.apache.org/book.html#confirm
> This might seem like a pretty minor issue, but it took me a couple hours to figure out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)