close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libserf-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 29, 2009, 6:23:34 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v5
|
v6
|
|
| 14 | 14 | = nutch on hadoop.nchc.org.tw = |
| 15 | 15 | * 試看看如何在hadoop.cloudura.0.18.3 上安裝nutch |
| | 16 | |
| | 17 | == 步驟 == |
| | 18 | 我的vm為ubuntu 8.04, 故Disto=hardy |
| | 19 | {{{ |
| | 20 | $ sudo su - |
| | 21 | # cat "deb http://archive.cloudera.com/debian hardy contrib" > /etc/apt/sources.list.d/clouddera.list |
| | 22 | # cat "deb-src http://archive.cloudera.com/debian hardy contrib" >> /etc/apt/sources.list.d/clouddera.list |
| | 23 | # curl -s http://archive.cloudera.com/debian/archive.key | apt-key add - |
| | 24 | # apt-cache search hadoop |
| | 25 | # apt-get install hadoop hadoop-conf-pseudo |
| | 26 | |
| | 27 | }}} |
| | 28 | |