Changeset 77 for nutchez-0.1/bin/nutchez
- Timestamp:
- Jun 4, 2009, 6:26:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.1/bin/nutchez
r75 r77 15 15 export HADOOP_CONF_DIR=~/.nutchez 16 16 export NUTCH_LOG_DIR=~/.nutchez/log 17 18 if [ $JAVA_HOME = "" ];then 19 export JAVA_HOME=/usr/lib/jvm/java-6-sun 20 fi 21 17 22 # export NUTCH_HOME=/opt/nutch 18 23 19 24 . /opt/nutch/bin/nutchez-func.sh 20 . ~/.nutchez/hadoop-env.sh25 #. ~/.nutchez/hadoop-env.sh 21 26 22 27 … … 93 98 done 94 99 100 set_nutchez_p 101 95 102 start_crawl 96 103 97 #start_tomcat104 start_tomcat 98 105 99 106 # show result message 100 107 101 #show_report108 show_report 102 109 103 110 # Done
Note: See TracChangeset
for help on using the changeset viewer.