Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hbase/Shell" page has been changed by stack. http://wiki.apache.org/hadoop/Hbase/Shell?action=diff&rev1=9&rev2=10 -------------------------------------------------- - This page describes the JRuby IRB-based HBase Shell added in HBase 0.2.x. It replaces the SQL-like [[Hbase/HbaseShell| HQL]], the Shell found in HBase versions 0.1.x and previous. Some discussion of new shell requirements can be found in the [[Hbase/Shell/Replacement| Shell Replacement]] document. + This page describes the JRuby IRB-based HBase Shell. It replaces the SQL-like [[Hbase/HbaseShell| HQL]], the Shell found in HBase versions 0.1.x and previous. Some discussion of new shell requirements can be found in the [[Hbase/Shell/Replacement| Shell Replacement]] document. To run the shell, do + {{{ - {{{$ ${HBASE_HOME}/bin/hbase shell}}} + $ ${HBASE_HOME}/bin/hbase shell + }}} You'll be presented with a prompt like the following: + {{{ - {{{HBase Shell; enter 'help<RETURN>' for list of supported commands. + HBase Shell; enter 'help<RETURN>' for list of supported commands. Version: 0.2.0-dev, r670701, Mon Jun 23 17:26:36 PDT 2008 hbase(main):001:0> }}}
