You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Y. SREENIVASULU REDDY (JIRA)" <ji...@apache.org> on 2015/10/21 11:09:27 UTC

[jira] [Created] (HBASE-14661) RegionServer link is not opening, in HBase Table page.

Y. SREENIVASULU REDDY created HBASE-14661:
---------------------------------------------

             Summary: RegionServer link is not opening, in HBase Table page.
                 Key: HBASE-14661
                 URL: https://issues.apache.org/jira/browse/HBASE-14661
             Project: HBase
          Issue Type: Bug
          Components: UI
    Affects Versions: 1.0.2, 2.0.0
            Reporter: Y. SREENIVASULU REDDY
            Assignee: Y. SREENIVASULU REDDY
            Priority: Minor


In HBase table page Regionserver link is not opening the regionserver UI.
currently the url is
{code}
String url = "//" + addr.getHostname() + ":" + master.getRegionServerInfoPort(addr) + "/";
{code}

change in table.jsp file should be
{code}
String url = "//" + addr.getHostname() + ":" + master.getRegionServerInfoPort(addr) + "/rs-status";
{code}



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