close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 11, 2016, 6:38:42 PM (10 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 21 | 21 | * 請將 Mapper 輸出、Reducer 輸入輸出的 (Key,Value) 由原本的 (Text, !IntWritable) 改成 (Text, Text) |
| 22 | 22 | * Replace (Key,Value) pair from (Text, !IntWritable) to (Text, Text) |
| 23 | | * 加分題:(Extra) |
| 24 | | * 試將出現次數統計加入結果,亦即參考結果如下:[[BR]]Try to add count of each file in the result, i.e. The reference result should be as following: |
| 25 | | {{{ |
| 26 | | }}} |
| | 23 | * 與 context.getInputSplit() 以及 org.apache.hadoop.mapreduce.lib.input.FileSplit 有關 |
| 27 | 24 | * 配分比例: |
| 28 | | * 標準題原始碼 Source Code:60% |
| | 25 | * 標準題原始碼 Source Code:80% |
| 29 | 26 | * 報告 Report :20% |
| 30 | 27 | * 參考內容入下:Reference Items should be shown in your report |
| 31 | 28 | * 封面 Cover : 姓名、學號 ( Your Name and ID ) |
| 32 | 29 | * 執行結果 The result of your program |
| 33 | | * 加分題:20% |