[ https://issues.apache.org/jira/browse/KNOX-3074?focusedWorklogId=943891&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-943891 ]
ASF GitHub Bot logged work on KNOX-3074: ---------------------------------------- Author: ASF GitHub Bot Created on: 15/Nov/24 10:56 Start Date: 15/Nov/24 10:56 Worklog Time Spent: 10m Work Description: tr0k commented on PR #956: URL: https://github.com/apache/knox/pull/956#issuecomment-2478556333 Hi @smolnar82, I am attaching here some example pages such as hbase/webui/master/table.jsp?host&port&name=my_table or hbase/webui/snapshot.jsp?name=new-test-snapshot-emil ![Screenshot 2024-11-15 at 11 49 18](https://github.com/user-attachments/assets/a4c18a61-4c62-4eb2-8278-0e44f3a99601) ![Screenshot 2024-11-15 at 11 50 13](https://github.com/user-attachments/assets/d50d9711-14c8-430f-be91-0d0d90a2a555) ![Screenshot 2024-11-15 at 11 49 48](https://github.com/user-attachments/assets/9bb64ac2-9818-4140-b4b0-3516d290aa24) ![Screenshot 2024-11-15 at 11 49 26](https://github.com/user-attachments/assets/adf6b42e-0777-448b-a425-ca92e579ebfe) Issue Time Tracking ------------------- Worklog Id: (was: 943891) Time Spent: 0.5h (was: 20m) > 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: 0.5h > 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)