Created 03-28-2018 06:23 AM
HDP 2.6.2
I have managed to add the Hbase Master UI through Knox.
The following tabs: Home, Table Details, Local Logs, Log Level, Debug Dump, Metrics Dump and Hbase Configuration all work when accessed except for 'Procedures'.
My topology settings (hbaseui.xml):
<topology> <gateway> <provider> <role>authentication</role> <name>Anonymous</name> <enabled>true</enabled> </provider> <provider> <role>identity-assertion</role> <name>Default</name> <enabled>false</enabled> </provider> </gateway> <service> <role>HBASE</role> <url>http://XXX.XXX.XXX.XXX:16010</url> </service> <service> <role>HBASEUI</role> <url>http://XXX.XXX.XXX.XXX:16010</url> </service> </topology>
When I access the hbase master ui the url is as follows:
https://XXX.XXX.XXX.XXX:8443/gateway/hbaseui/hbase/webui/master-status
When I click on the 'Procedures' Tab it reverts back to:
https://XXX.XXX.XXX.XXX:8443/procedures.jsp
Am I missing a setting?