Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

3 Answers

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.

share|improve this answer
2  
60010 is used to get informations about the master node, 60030 for the region server – Vitalyson Aug 7 '11 at 11:29

Yup, Check out HbaseExplorer: http://hbaseexplorer.wordpress.com/hbaseexplorer/

share|improve this answer

Check Crux for viewing and querying HBase data. Crux can be downloaded at https://github.com/sonalgoyal/crux

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.