Changeset 152 for nutchez-0.2/src
- Timestamp:
- Jun 4, 2010, 10:49:32 AM (14 years ago)
- Location:
- nutchez-0.2/src/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/client_install
r151 r152 15 15 # Master IP here 16 16 Master_IP_Address="a.a.a.a"; 17 17 # Master Hostname here 18 Master_Hostname="Master_Hostname"; 18 19 # 此檔自己用的參數區 19 20 Linux_Distribution=""; -
nutchez-0.2/src/test/client_install_func.sh
r151 r152 250 250 echo -e "\n\033[31m= install_nutch_package (debug) =\033[0m" 251 251 tar -zxvf /opt/nutchez/NutchezForClientOf_$Master_IP_Address.tar.gz -C / 252 /opt/nutchez/nutch/bin/hadoop-daemon.sh start datanode 253 /opt/nutchez/nutch/bin/hadoop-daemon.sh start tasktracker 252 sed -i.bak '1a '$Master_IP_Address' '$Master_Hostname'' /etc/hosts 253 #/opt/nutchez/nutch/bin/hadoop-daemon.sh start datanode 254 #/opt/nutchez/nutch/bin/hadoop-daemon.sh start tasktracker 254 255 } 255 256 -
nutchez-0.2/src/test/install_func.sh
r150 r152 155 155 } 156 156 157 function client_PassMaster_Hostname () { 158 Line_NO=`cat client_install | grep -n '# Master Hostname here' | sed 's/:.*//g'` 159 echo "debug...Master hostname here line number = $Line_NO..." 160 sed -i ''$((Line_NO+1))'d' client_install 161 echo "debug...edit Master Hostname at line $((Line_NO+1))..." 162 sed -i ''$Line_NO'a Master_Hostname='$(hostname)'' client_install 163 echo "edit client_install done..." 164 } 165 157 166 function make_client_install () { 158 167 # 將Master_IP_Address給client … … 160 169 echo "function make_client_install..." 161 170 client_PassMasterIPAddr 171 client_PassMaster_Hostname 162 172 su nutchuser -c "tar -cvzf /opt/nutchez/NutchezForClientOf_$Master_IP_Address.tar.gz /home/nutchuser/nutchez/" 163 173 }
Note: See TracChangeset
for help on using the changeset viewer.