close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_subr-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 28, 2009, 1:20:13 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v30
|
v31
|
|
85 | 85 | |
86 | 86 | = step 2 nutch下載與安裝 = |
87 | | == 2.0 設定環境變數 == |
| 87 | == 2.0 設定環境 == |
| 88 | * 系統環境變數內加入java_home的路徑 |
88 | 89 | {{{ |
89 | 90 | $ sudo su - |
… |
… |
|
92 | 93 | # exit |
93 | 94 | }}} |
| 95 | * 停止原本的hadoop |
| 96 | {{{ |
| 97 | $ cd /opt/hadoop |
| 98 | $ bin/stop-all.sh |
| 99 | }}} |
94 | 100 | == 2.1 下載 nutch 並解壓縮 == |
95 | 101 | * nutch 1.0 (2009/03/28 release ) |