Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2013-09-24 | 3.1 kB | |
hbaseexplorer-0.7.2.war | 2013-09-24 | 80.0 MB | |
hbaseexplorer-0.7.1.war | 2013-09-23 | 80.0 MB | |
hbaseexplorer-0.7.0.war | 2013-09-19 | 80.0 MB | |
hbaseexplorer-0.6.0.war | 2012-04-18 | 61.1 MB | |
hbaseexplorer-0.5.1.war | 2012-03-28 | 60.8 MB | |
hbaseexplorer-0.5.1-standalone.zip | 2012-03-28 | 66.9 MB | |
hbaseexplorer-0.5.0.war | 2012-02-01 | 60.8 MB | |
hbaseexplorer-0.4.3.war | 2011-07-19 | 54.0 MB | |
hbaseexplorer-0.4.1-standalone.zip | 2011-05-22 | 51.3 MB | |
hbaseexplorer-0.4.1.war | 2011-05-22 | 45.8 MB | |
hbaseexplorer-0.3.0_0.20.3.war | 2010-03-23 | 26.4 MB | |
hbaseexplorer-0.2.4.war | 2010-03-15 | 26.3 MB | |
hb-0.2.1_tc-6.0.20_hbase-0.20.2.zip | 2010-01-07 | 32.9 MB | |
Totals: 14 Items | 726.1 MB | 1 |
DESCRIPTION ======================== HBaseExplorer is a tool allows to manipulate and explore HBase instances. See http://hbase.apache.org/ to learn more about HBase and its Data Storage Model. The Goal is to have a Administrators Utility for maintaining the potentially huge data sets in various HBase instances. While there is a HBase Shell UI (that can also be used to script administrative tasks), this tool shall allow to get a bit more visual insight into the data. RELEASE NOTES ======================== VERSION 0.7.2 + Added column-, value- and regex filters for scans + Added stopRow for scans + Added start- and stop- time for scans VERSION 0.7.1 + Fixed IAE, if value or column matches a pattern but cannot be converted to the respective type (LONG or DOUBLE) VERSION 0.7.0 + Grails upgrade to version 2.2.4 + made some administrative features (create/clone table, table stats job) switchable with spring security VERSION 0.6.0 + UI redesign VERSION 0.5.1 - Temporary disabled upload config file option + Significant improvement of SCAN performance (Issue 3489917) + Invalidate table descriptors if tables are added / removed (Issue 3489920) VERSION 0.5.0 + Grails upgrade to version 2.0 ( temporarly disabled maven support ) + Security model VERSION 0.4.3 + Possibility to specify HDFS credentials VERSION 0.4.2 + Code refactoring + Advanced configuration option by uploading hadoop .xml config files VERSION 0.4.1 + HBase libraries switched to : hbase 0.90.1, zookeeper 3.3.3, hadoop 0.20.1 (Issue 3072491) + Re-use of HBase connections + Handling connection exceptions (Issue 3303376) + Connection recovery fixed (Issue 3303377) SECURITY MODEL =========================================== For first log in use username: admin, password: admin There are three roles defined, for now two of them are used * ROLE_ROOT - Full control of the application including credentials management. * ROLE_USER - Can use all HBase related functions but not to credentials management. You can easily disable access control by placing file hbaseexplorer-config.groovy in 'shared' folder of tomcat directory, containing entry: hbaseexplorer.security.active=false IMPLEMENTED FEATURES ========================= * Data Source Management # Create, Edit, Modify, Drop a Hbase Cluster definition # Table Detail Display * Table Management # Create Tables, Drop Tables # Clone a Table within the same Hbase instance # Table Statistics * Querying Data # HBase Scan * Data Display # Top-Version Display # Timestamp-oriented display # automatic Linking between views based on configured patterns. Shall allow a simple navigation in the data. HOW-TO ======================== Its implemented as a web application based on the Grails (http://www.grails.org) framework. You may deploy a J2EE WAR package to your J2EE containers, or download a preconfigured Tomcat package (STANDALONE) that just needs to be started. Follow INSTALL.txt for details. All data is stored using a embedded database instance. Al Lias, E-M-P