You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sandor Molnar (Jira)" <ji...@apache.org> on 2020/03/03 14:58:00 UTC

[jira] [Updated] (KNOX-2261) Fix context path for HBase Web UI in service.xml

     [ https://issues.apache.org/jira/browse/KNOX-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandor Molnar updated KNOX-2261:
--------------------------------
    Description: 
HBase Web UI redirect follows the following pattern:
{code:java}
KNOX_GATEWAY_URL/GATEWAY_PATH/TOPOLOGY/hbase/webui/master?host=HOSTNAME&port=PORT
{code}
This needs to be reflected in HBase Web UI's service definition.

  was:
Kudu UI redirect follows the following pattern:
{code:java}
KNOX_GATEWAY_URL/GATEWAY_PATH/TOPOLOGY/kuduui?scheme=SCHEME&host=HOSTNAME&port=PORT
{code}
This needs to be reflected in Kudu UI's service definition.


> Fix context path for HBase Web UI in service.xml
> ------------------------------------------------
>
>                 Key: KNOX-2261
>                 URL: https://issues.apache.org/jira/browse/KNOX-2261
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.4.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 1.4.0
>
>
> HBase Web UI redirect follows the following pattern:
> {code:java}
> KNOX_GATEWAY_URL/GATEWAY_PATH/TOPOLOGY/hbase/webui/master?host=HOSTNAME&port=PORT
> {code}
> This needs to be reflected in HBase Web UI's service definition.



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