Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HBase graphical client

avatar
Contributor

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

5 REPLIES 5

avatar
Explorer

From Ambari UI you can see some HBase status and performance stats metrics information.

avatar

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.

avatar
Master Guru

avatar

I use HBaseExplorer (https://hbaseexplorer.wordpress.com/hbaseexplorer/), although it is not integrated with Ambari nor HDP.

avatar
New Contributor

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).