@Mondi you should be able to enable the HBASE plugin by editing the hue.ini file from your admin console and telling it the HBASE Thrift Server.
Reference https://docs.gethue.com/administrator/configuration/connectors/#hbase for the information below.
HBase
Specify the comma-separated list of HBase Thrift servers for clusters in the format of “(name|host:port)":
[hbase]
hbase_clusters=(Cluster|localhost:9090)
In the full reference above there are some additional hbase artifacts for impersonization and kerberos.