Changes between Version 4 and Version 5 of NTU131002/Lab6


Ignore:
Timestamp:
Oct 3, 2013, 3:20:18 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NTU131002/Lab6

    v4 v5  
    2626~# cp -R hadoop/conf.full hadoop/conf.new
    2727~# rm hadoop/conf
    28 ~# ln -s hadoop/conf.new hadoop/conf
     28~# ln -s ~/hadoop/conf.new ~/hadoop/conf
    2929~# 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
    3035}}}
     36
     37 * 請回到第1台,觀察 http://localhost:50070 跟 http://localhost:50030 是否有多一台。