close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libgnutls-deb0.so.28: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 3, 2013, 3:20:18 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 26 | 26 | ~# cp -R hadoop/conf.full hadoop/conf.new |
| 27 | 27 | ~# rm hadoop/conf |
| 28 | | ~# ln -s hadoop/conf.new hadoop/conf |
| | 28 | ~# 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 是否有多一台。 |