close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 27, 2010, 10:39:27 AM (15 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
113 | 113 | |
114 | 114 | * 啟動 |
| 115 | |
115 | 116 | {{{ |
116 | 117 | $ cd /opt/hadoop |
… |
… |
|
125 | 126 | |
126 | 127 | == 1.4. 安裝eclipse == |
127 | | |
128 | | |
129 | | {{{ |
130 | | |
131 | | }}} |
132 | 128 | |
133 | 129 | * eclipse 檔已下載到家目錄後,執行下面指令: |
… |
… |
|
157 | 153 | }}} |
158 | 154 | |
159 | | * 可斟酌參考eclipse.ini內容(非必要) |
160 | | |
| 155 | * (非必要)增加eclipse可使用的記憶體量, |
| 156 | * 修改 /opt/eclipse/eclipse.ini |
| 157 | |
161 | 158 | {{{ |
162 | 159 | -showsplash |
… |
… |
|
219 | 216 | {{{ |
220 | 217 | #!sh |
221 | | project name-> 輸入 : icas (隨意) |
| 218 | project name-> 輸入 : hadoop020 (隨意) |
222 | 219 | use default hadoop -> Configur Hadoop install... -> 輸入: "/opt/hadoop" -> ok |
223 | 220 | Finish |
… |
… |
|
231 | 228 | == 2.5 設定專案 == |
232 | 229 | |
233 | | 由於剛剛建立了icas這個專案,因此eclipse已經建立了新的專案,出現在左邊視窗,右鍵點選該資料夾,並選properties |
| 230 | 由於剛剛建立了hadoop020這個專案,因此eclipse已經建立了新的專案,出現在左邊視窗,右鍵點選該資料夾,並選properties |
234 | 231 | |
235 | 232 | -------------- |