[ https://issues.apache.org/jira/browse/KNOX-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900780#comment-17900780 ]
ASF subversion and git services commented on KNOX-3074: ------------------------------------------------------- Commit e69fdddc6ad0774a105411665a47f83ae8ec01ea in knox's branch refs/heads/dependabot/maven/org.apache.derby-derby-10.17.1.0 from Emil Kle [ https://gitbox.apache.org/repos/asf?p=knox.git;h=e69fdddc6 ] KNOX-3074: Add hbase ui service and rewrite rules for jsp pages missing for HBase v2.5 (#956) > 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 > Fix For: 2.1.0 > > Time Spent: 50m > 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)