Is there any straight forward GUI tool for exploring, viewing and querying hbase? I intend conditional queries for example items which have a specific value for a specific column. (A tool like SQLite Administrator for SQLite or pgAdmin for PostgreSQL) Now I use an in-house program for querying hbase but it is annoying.
P.S. I know it is not a programming question but it helps a lot in debugging and inspecting application behavior!
Thanks.