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?
A:
Yup, Check out HbaseExplorer: http://hbaseexplorer.wordpress.com/hbaseexplorer/
William McVey
2010-05-25 14:55:13
A:
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.
Wojtek
2010-08-05 15:57:54