Ignore:
Timestamp:
May 28, 2010, 4:20:41 PM (14 years ago)
Author:
shunfa
Message:

install流程修改

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.2/src/test/install_func.sh

    r131 r136  
    3838confirm_install_information () {
    3939  read -p "Please confirm your install infomation: 1.Yes 2.No  " confirm
    40 }
    41 
    42 set_Nutch_conf () {
    43   set_hadoop-env
    44   set_haoop-site
    45   set_nutch-site
    46   set_crawl-urlfilter
    4740}
    4841
     
    237230}
    238231
     232
     233set_Nutch_conf () {
     234  set_hadoop-env
     235  set_haoop-site
     236  set_nutch-site
     237  set_crawl-urlfilter
     238}
     239
     240
    239241Install_Nutch () {
    240242  cd /opt
Note: See TracChangeset for help on using the changeset viewer.