Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hbase/Hbase-Runner" page has been changed by mudphone.
http://wiki.apache.org/hadoop/Hbase/Hbase-Runner

--------------------------------------------------

New page:
== Using HBase-Runner ==

HBase-Runner is a handy Clojure REPL wrapper around the HBase Admin.  
It is meant to be (become) an option to the JRuby HBase shell.

The code may be [[http://github.com/tomstrummer/HBaseBuilder/tree/|downloaded 
from Github]].


=== QUICK START: ===

1. clone the repo

2. execute this command from the repo root:
    $ ./hbase-repl.sh

3. connect with this command:
    user=> (start-hbase-repl)

4. do stuff, like list all tables:
    user=> (list-all-tables)


=== NOTES: ===
(see the GitHub page for more info)

* If you have rlwrap, you can get function completion (see README).
* You may namespace your tables so only a subset (based on a prefix) are shown.
* Not all HBase shell commands are implemented yet.


=== Changelog ===
 * '''21/03/2009''' - Updated for HBase 0.19
 * '''28/11/2008''' - Initial upload

Reply via email to