Changes between Version 8 and Version 9 of NTUOSS160412/HW1
- Timestamp:
- Apr 11, 2016, 6:38:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NTUOSS160412/HW1
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%