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 Misty:
https://wiki.apache.org/hadoop/Hbase/Hbase-Runner?action=diff&rev1=3&rev2=4

- == Using HBase-Runner ==
+ This page is deprecated. See http://github.com/mudphone/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/mudphone/hbase-runner/|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 [[http://github.com/mudphone/hbase-runner/|HBase-Runner 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 ===
-  * '''17/12/2009''' - Initial upload
- 

Reply via email to