You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2009/08/27 18:54:43 UTC

[Hadoop Wiki] Trivial Update of "Hbase/Jython" by stack

Dear Wiki user,

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

The following page has been changed by stack:
http://wiki.apache.org/hadoop/Hbase/Jython

------------------------------------------------------------------------------
  When you start Jython it will likely print some stuff to the screen about processing each of the jars listed in your CLASSPATH.
  
  
- An alternative that is available in TRUNK or in (the soon to be released) 0.1.0 is to do the following:
+ 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
  Jython 2.2.1 on java1.5.0_13