Created on 02-06-2017 10:15 PM
Here is the steps to access HBase UI through Knox. This is tried and tested with Ambari 2.4 and HDP2.5
1. Make sure Knox is configured properly and it works fine.
2. ssh to Knox gateway host and go to /var/lib/knox/data-2.5.3.0-37/services
3. download the configurations from https://github.com/apache/knox/tree/v0.11.0/gateway-service-definitions/src/main/resources/services/... URL.
4. make sure your folder structure should look alike /var/lib/knox/data-2.5.3.0-37/services/hbaseui/1.1.0 and should have rewrite.xml and service.xml files
5. change the owner/Group permissions to Knox for /var/lib/knox/data-2.5.3.0-37/services/hbaseui/ and subdirectory
6. Go to Knox configurations Modify "Advanced topology" with below service tag
<service> <role>HBASEUI</role> <url>http://HBASEMANTERHOST:16010</url> </service> <service>
7. Restart Knox service.
8. You should be able to access HBase UI from the below URL
https://Knxo-host:8443/gateway/default/hbase/webui/
Note: replace default with your correct 'identity-assertion'
Created on 02-07-2017 06:41 PM
s/HBASEMANTERHOST/HBASEMASTERHOST/?
Users would be filling in the explicit hostname here, correct? Not the literal string "HBASEMASTERHOST".
Created on 05-25-2017 12:14 PM - edited 08-17-2019 05:02 AM
how to set(where to get) the access user and password?
Created on 09-21-2017 09:03 AM
I would like to know the gateway host is my host IP, why every time I visit are overtime leading to the connection is not on
Created on 09-21-2017 01:07 PM
If you're using the Knox demo LDAP server, then try guest/guest-password. If this is a production installation, then it will depend on your installation.
Created on 12-24-2018 05:38 PM
I followed this with HDP 2.6.5 and the HBaseUI became accessible in the given URL but has many errors and links not working inside.
I posted a question on how to fix this and then the answer resolving most of these issues here:
https://community.hortonworks.com/questions/231948/how-to-fix-knox-hbase-ui.html
You are welcome to test this and include these fixes in your article if you find it appropriate.
Best regards