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

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.

share|improve this question

2 Answers

up vote 1 down vote accepted

There are many gui tools for exploring hbase. Most of them allows us only to scan the tables.

Recently i came across one which also provides the options to insert, delete and scan the tables using manual scan ranges with filters applied.

Here is the link:

https://sourceforge.net/projects/hbasemanagergui/

PS: Its still in its beginning stage. But its worth using when compared to other tools available

share|improve this answer

I was using this project for some time: http://hbaseexplorer.wordpress.com/hbaseexplorer/
It is quite frequently updated, so I think this might be good idea to check it out.

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.