Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 923 Bytes

README.textile

File metadata and controls

38 lines (23 loc) · 923 Bytes

HBaseXplorer

HBaseXplorer is java desktop application for managing and exploring HBase database.

The origion url:
https://github.com/zaharije/hbase-gui-admin

update by xinqiyang:
add feature:save the last cluster zookeeper set.
add the row info view
fix charector show,default set utf-8,so will show all of the string.
add a table row count.

Licnese

MIT License (see LICENSE)

Install

- Get current release
- Unpack to any folder
- Execute jar “java -jar bin/HBaseXPlorer.jar” (or if system supports – double click jar file)

Features

  • Multiple HBase connections,remember last connection
  • Single/Multi row preview
  • Can preview any size tables
  • Create,Read,Update,Delete of columns (Only String represented data)
  • Filter rows

Build
Use Netbeans 7.0 to build project