I want a web interface for viewing data in HBase (like phpMyAdmin is for mySQL but for HBase). Are there any existing solutions/tools out there?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
HBase comes with built-in web UI, by default it is assigned to ports 60010 and 60030. I don't know how much of web UI you need, but before installing anything check it out. |
|||||
|
|
Yup, Check out HbaseExplorer: http://hbaseexplorer.wordpress.com/hbaseexplorer/ |
|||
|
|
|
Check Crux for viewing and querying HBase data. Crux can be downloaded at https://github.com/sonalgoyal/crux |
|||
|
|