Changes between Version 8 and Version 9 of NTUOSS160412/HW1


Ignore:
Timestamp:
Apr 11, 2016, 6:38:42 PM (8 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NTUOSS160412/HW1

    v8 v9  
    2121  * 請將 Mapper 輸出、Reducer 輸入輸出的 (Key,Value) 由原本的 (Text, !IntWritable) 改成 (Text, Text)
    2222  * 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 有關
    2724 * 配分比例:
    28   * 標準題原始碼 Source Code:60%
     25  * 標準題原始碼 Source Code:80%
    2926  * 報告 Report :20%
    3027    * 參考內容入下:Reference Items should be shown in your report
    3128    * 封面 Cover : 姓名、學號 ( Your Name and ID )
    3229    * 執行結果 The result of your program
    33   * 加分題:20%