Changes between Version 4 and Version 5 of waue/2009/0715


Ignore:
Timestamp:
Jul 15, 2009, 5:06:12 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0715

    v4 v5  
    22 * 整理出hadoop programming 的完全公式
    33
    4  ||   || 輸入 key || || 輸入 value  || 輸出 Key  || 輸出 Value  ||   ||
    5  || Mapper||  <  || A  || B  || C  || D || >  ||
     4 ||  ||  || 輸入 key || || 輸入 value||   || 輸出 Key||   || 輸出 Value||   ||   ||
     5 || Mapper||  <  || A || , || B || , || C || , || D || , || >  ||
    66 || map|| (  || A  || B  || OutputCollector < C , D >  || Reporter reporter  ||  ) ||
    77 ||  output|| . || collect(  || c  || d  || )  ||   ||