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, 2:11:21 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
103 | 103 | (B) 家目錄沒有任何改變 |
104 | 104 | }}} |
| 105 | |
| 106 | == <補充> 安裝 Hadoop 1.2.1 == |
| 107 | |
| 108 | * 進入視窗環境後,請開啟一個終端機(terminal),並執行以下指令即可完成 Hadoop 1.2.1 的單機安裝 |
| 109 | {{{ |
| 110 | wget http://hadoop.nchc.org.tw/~jazz/temp/install-hadoop-1.2.1-precise |
| 111 | chmod a+x install-hadoop-1.2.1-precise |
| 112 | ./install-hadoop-1.2.1-precise |
| 113 | }}} |
| 114 | * 確認安裝是否正確,請開啟 http://localhost:50070 與 http://localhost:50030 |