Changeset 91 for nutchez-0.1/bin/nutchez
- Timestamp:
- Jul 7, 2009, 3:40:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.1/bin/nutchez
r89 r91 7 7 # begining .. 8 8 9 #bin=`dirname "$0"`10 #bin=`cd "$bin"; pwd`11 9 12 10 #. "$bin"/nutchez-func.sh 13 11 12 export JAVA_HOME=/usr/lib/jvm/java-6-sun 13 export NUTCH_HOME=/opt/nutch 14 # export HADOOP_HOME=/opt/nutch 14 15 export NUTCH_CONF_DIR=~/.nutchez/conf 15 export HADOOP_CONF_DIR=~/.nutchez/conf16 # export HADOOP_CONF_DIR=~/.nutchez/conf 16 17 export NUTCH_LOG_DIR=~/.nutchez/log 17 18 18 if [ $JAVA_HOME = "" ];then19 export JAVA_HOME=/usr/lib/jvm/java-6-sun20 fi21 19 22 # export NUTCH_HOME=/opt/nutch 20 23 21 24 22 . /opt/nutch/bin/nutchez-func.sh
Note: See TracChangeset
for help on using the changeset viewer.