Author: cutting Date: Wed Jan 3 09:36:41 2007 New Revision: 492232 URL: http://svn.apache.org/viewvc?view=rev&rev=492232 Log: Change the (commented-out) default JVM location to that used by Ubuntu.
Modified: lucene/hadoop/trunk/conf/hadoop-env.sh.template Modified: lucene/hadoop/trunk/conf/hadoop-env.sh.template URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/conf/hadoop-env.sh.template?view=diff&rev=492232&r1=492231&r2=492232 ============================================================================== --- lucene/hadoop/trunk/conf/hadoop-env.sh.template (original) +++ lucene/hadoop/trunk/conf/hadoop-env.sh.template Wed Jan 3 09:36:41 2007 @@ -6,7 +6,7 @@ # remote nodes. # The java implementation to use. Required. -# export JAVA_HOME=/usr/bin/java +# export JAVA_HOME=/usr/lib/j2sdk1.5-sun # The maximum amount of heap to use, in MB. Default is 1000. # export HADOOP_HEAPSIZE=2000