Changes between Version 17 and Version 18 of NCTU110329


Ignore:
Timestamp:
Apr 28, 2011, 2:26:11 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NCTU110329

    v17 v18  
    6565$ hadoop fs -cat lab6_out4/part-00000
    6666}}}
    67  * 結果應該為:[[BR]]The result should be as following:
     67 * 參考結果應該為:(路徑不限)[[BR]]The reference result should be as following:(no limitation for the format of "path")
    6868{{{
    6969and     input2
     
    8484  * 請將 Mapper 輸出、Reducer 輸入輸出的 (Key,Value) 由原本的 (Text, !IntWritable) 改成 (Text, Text)
    8585  * Replace (Key,Value) pair from (Text, !IntWritable) to (Text, Text)
     86 * 加分題:(Extra)
     87  * 試將出現次數統計加入結果,亦即參考結果如下:[[BR]]Try to add count of each file in the result, i.e. The reference result should be as following:
     88{{{
     89and     input2(1)
     90cloud   input1(1),input2(1)
     91course  input1(1),input2(2)
     92enjoy   input2(1)
     93i       input1(1),input2(1)
     94like    input1(1),input2(1)
     95nctu    input1(1),input2(1)
     96this    input2(1)
     97we      input2(1)
     98}}}
     99 * 配分比例:
     100  * 標準題原始碼 Source Code:60%
     101  * 報告 Report :20%
     102    * 參考內容入下:Reference Items should be shown in your report
     103    * 封面 Cover : 姓名、學號 ( Your Name and ID )
     104    * 於 hadoop.nchc.org.tw 執行的擷圖(Screenshot of your program running on hadoop.nchc.org.tw)
     105    * 執行結果 The result of your program
     106  * 加分題:20%