close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 22, 2008, 12:17:06 PM (18 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v15
|
v16
|
|
| 8 | 8 | === 5/22 === |
| 9 | 9 | * 錯誤解決 ==> 5. Select menu option: Project > Clean... (卡住.. 因為發生了九百多個錯誤 ) ==> Window > Preferences > java> compiler: 設定 compiler compliance level to 5.0 (變成9個warning) |
| | 10 | * 安裝IBM mapReduce tool |
| | 11 | 1. 下載 MapReduce_Tools.zip |
| | 12 | 2. 關掉 Eclipse -> 解壓縮 MapReduce Tools zip 到 /usr/lib/eclipse/plugins/ |
| | 13 | * 使用 IBM mapReduce tool |
| | 14 | * 重開啟Eclipse-> 選 File > New > Project ->有 MapReduce category. |
| | 15 | * 使用教學: Help -> Cheat sheet -> MapReduce -> Write a MapReduce application |
| | 16 | |
| | 17 | |
| 10 | 18 | === 5/21 === |
| 11 | 19 | * 藉著用此篇文章實做設計map-reduce 程式 [http://www.umiacs.umd.edu/~jimmylin/cloud9/umd-hadoop-dist/cloud9-docs/howto/start.html cloud 9] ,以下紀錄我的作法: |