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=12&rev2=13 -------------------------------------------------- ps ax | grep regionserver }}} Which will spit out a bunch of stuff. Within that blob of text is a -classpath option, which will likely contain a ton of paths to stuff. + Alternatively, as regionserver seems not to be output any more, you could do: + {{{ + ps auwx|grep java|grep org.apache.hadoop.hbase.master.HMaster|perl -pi -e "s/.*classpath //" + }}} Copy that text and then do {{{ export CLASSPATH=$THE_CLASSPATH_YOU_COPIED
