Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hbase/Jython" page has been changed by tuxracer69. http://wiki.apache.org/hadoop/Hbase/Jython?action=diff&rev1=9&rev2=10 -------------------------------------------------- An alternative is to do the following: + {{{ - {{{$ HBASE_OPTS="-Dpython.path=$JYTHON_HOME" HBASE_CLASSPATH=$JYTHON_HOME/jython.jar ./bin/hbase org.python.util.jython + $ HBASE_OPTS="-Dpython.path=$JYTHON_HOME" HBASE_CLASSPATH=$JYTHON_HOME/jython.jar ./bin/hbase org.python.util.jython Jython 2.2.1 on java1.5.0_13 Type "copyright", "credits" or "license" for more information. >>> from org.apache.hadoop.hbase.client import HTable; - >>> }}} + >>> + }}} This will start up a jython shell with all of hbase and hadoop on its CLASSPATH. Be sure to define JYTHON_HOME so it points at your jython install.
