- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HBase graphical client
- Labels:
-
Apache HBase
Created ‎07-27-2016 09:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From Ambari UI you can see some HBase status and performance stats metrics information.
Created ‎07-27-2016 09:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎04-10-2018 06:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use HBaseExplorer (https://hbaseexplorer.wordpress.com/hbaseexplorer/), although it is not integrated with Ambari nor HDP.
Created ‎04-24-2019 04:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
