Created 07-27-2016 09:02 PM
Hi,
Does anyone know a good GUI for HBase for creating and querying tables ? something like Hue HBase browser for HDP ? any plan for HBase Ambari view ?
Thanks
Created 07-27-2016 09:12 PM
From Ambari UI you can see some HBase status and performance stats metrics information.
Created 07-27-2016 09:20 PM
The best option right now are the HBase and Phoenix (via JDBC) capabilities built into Apache Zeppelin.
If you specifically want an Ambari View, there's a very basic community implementation here, but it hasn't been updated for recent HDP versions.
Created 07-27-2016 11:21 PM
Created 04-10-2018 06:03 PM
I use HBaseExplorer (https://hbaseexplorer.wordpress.com/hbaseexplorer/), although it is not integrated with Ambari nor HDP.
Created 04-24-2019 04:28 AM
Try HAdmin. It provide HBase cluster info(current master, backup masters, region server view with regions belong to it), can create/alter tables and show table's data(support few common filters).