Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (2)
avatar

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'

5,538 Views
Comments
avatar
Super Guru

s/HBASEMANTERHOST/HBASEMASTERHOST/?

Users would be filling in the explicit hostname here, correct? Not the literal string "HBASEMASTERHOST".

avatar
Explorer

@amarnath reddy papp

how to set(where to get) the access user and password?

15768-knox.png

avatar
Explorer
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
avatar
Rising Star

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.

avatar
Expert Contributor

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

Version history
Last update:
‎02-06-2017 10:15 PM
Updated by:
Contributors