HBase Manager provides a simple GU Interface to interact with HBase Database. With HBM we can do all the basic actions like Table Create/Alter/Drop/Truncate and Data Modifications like Insert/Delete/Update.
The Scan Operation can be fully customized with Filters and custom scan range also.
The source code can be found at :
https://github.com/krishnanunnik/HBase-Manager