Changes between Version 4 and Version 5 of NTU131002/Lab6
- Timestamp:
- Oct 3, 2013, 3:20:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NTU131002/Lab6
v4 v5 26 26 ~# cp -R hadoop/conf.full hadoop/conf.new 27 27 ~# rm hadoop/conf 28 ~# ln -s hadoop/conf.newhadoop/conf28 ~# ln -s ~/hadoop/conf.new ~/hadoop/conf 29 29 ~# rm -rf ~/hadoop/var/ 30 ~# sed -i "s#$(hostname)#192.168.125.1#g" ~/hadoop/conf/core-site.xml 31 ~# sed -i "s#$(hostname)#192.168.125.1#g" ~/hadoop/conf/mapred-site.xml 32 ~# source .bashrc 33 ~# hadoop-daemon.sh start datanode 34 ~# hadoop-daemon.sh start tasktracker 30 35 }}} 36 37 * 請回到第1台,觀察 http://localhost:50070 跟 http://localhost:50030 是否有多一台。