Hue has a blacklist option to not display apps that are not configured. By default CM will blacklist any app in Hue that has not been selected as a service dependency in the Hue service. Try this:
- Go to the Hue service configuration in CM.
- Look for "HBase Service" and make sure that your Hbase service is actually selected instead of "none".
- Also Hue uses Hbase thrift server to connect. So make sure you add an Hbase thrift server instance to your HBase service if one doesn't already exist.
- Once the Hbase thrift server instance is added in Hbase service. Then go back to Hue service configuration and search for "HBase Thrift Server" and make sure that an HBase thrift server is selected instead of "none".
- Restart Hue.
Hope this helps.