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=14&rev2=15 -------------------------------------------------- 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. - '''Note''': trying to add the hbase jars to jython ''sys.path'' (using for instance the JYTHONPATH will not work. To use Hbase jar in jython you really need to use a pure java CLASSPATH. + '''Note''': trying to add the hbase jars to jython ''sys.path'' (using for instance the JYTHONPATH) will not work. To use Hbase jar in jython you really need to use a pure java CLASSPATH. == The Code ==
