close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 3, 2013, 3:10:51 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 16 | 16 | ~# locale-gen zh_TW.UTF-8 |
| 17 | 17 | ~# echo "nameserver 8.8.8.8" >> /etc/resolv.conf |
| | 18 | ~# apt-get update |
| 18 | 19 | ~# apt-get -y install git |
| 19 | 20 | ~# git clone https://github.com/jazzwang/hadoop_labs.git |
| … |
… |
|
| 26 | 27 | ~# rm hadoop/conf |
| 27 | 28 | ~# ln -s hadoop/conf.new hadoop/conf |
| | 29 | ~# rm -rf ~/hadoop/var/ |
| 28 | 30 | }}} |