[
https://issues.apache.org/jira/browse/KNOX-3074?focusedWorklogId=943753&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-943753
]
ASF GitHub Bot logged work on KNOX-3074:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/24 10:18
Start Date: 14/Nov/24 10:18
Worklog Time Spent: 10m
Work Description: tr0k opened a new pull request, #956:
URL: https://github.com/apache/knox/pull/956
## What changes were proposed in this pull request?
New service.xml and rewrite.xml configuration for HBase UI v2.5.10.
For example /table.jsp or /userSnapshots.jsp rules are currently missing for
the latest stable release of HBase
## How was this patch tested?
Tested locally on the CERN clusters against HBase UI v2.5.10 with Knox v2.
Issue Time Tracking
-------------------
Worklog Id: (was: 943753)
Remaining Estimate: 0h
Time Spent: 10m
> Add HBase UI proxying for table.jsp and snapshot.jsp end points in HBase 2.5
> ----------------------------------------------------------------------------
>
> Key: KNOX-3074
> URL: https://issues.apache.org/jira/browse/KNOX-3074
> Project: Apache Knox
> Issue Type: New Feature
> Affects Versions: 2.1.0
> Reporter: Emil Kleszcz
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The current rewrite rules defined in:
> [https://github.com/apache/knox/blob/master/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml]
> Are not supporting table.jsp (not working) and snapshot.jsp endpoints. For
> example:
> {code:java}
> /table.jsp?name=namespace%3tablename
> /snapshot.jsp?name=snapshotname
> /userSnapshots.jsp
> /hbase/webui/api/v1/admin/cluster_metrics/live_servers{code}
> What is returned in exchange for example for table.jsp in 2.5.10 is:
> {code:java}
> Table not ready
> Go Back, or wait for the redirect. {code}
> I will prepare a pull request of the new service routings and rewrite rules
> needed for 2.5.10.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)