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:
-
Sep 15, 2009, 4:45:41 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 2 | 2 | #!html |
| 3 | 3 | <div style="text-align: center; color: blue"><big |
| 4 | | style="font-weight: bold;"><big><big>Example</big></big></big></div> |
| | 4 | style="font-weight: bold;"><big><big> hadoop 程式開發 (eclipse plugin) (進階) </big></big></big></div> |
| 5 | 5 | }}} |
| 6 | 6 | |
| … |
… |
|
| 214 | 214 | * 程式常常修改,每次都做這些動作也很累很煩,讓我們來體驗一下'''用指令比用圖形介面操作還方便'''吧 |
| 215 | 215 | |
| 216 | | ==1 產生Makefile 檔 == |
| | 216 | == 1 產生Makefile 檔 == |
| 217 | 217 | |
| 218 | 218 | {{{ |
| … |
… |
|
| 262 | 262 | }}} |
| 263 | 263 | |
| 264 | | == 4.2.2 執行 == |
| | 264 | == 2 執行 == |
| 265 | 265 | |
| 266 | 266 | * 執行Makefile,可以到該目錄下,執行make [參數],若不知道參數為何,可以打make 或 make help |