Changes between Version 6 and Version 7 of jazz/Hadoop_Lab2


Ignore:
Timestamp:
Mar 24, 2009, 11:46:03 AM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hadoop_Lab2

    v6 v7  
    2525 
    2626 可執行的指令一覽表:
    27  || aggregatewordcount: ||  An Aggregate based map/reduce program that counts the words in the input files. ||
    28  || aggregatewordcount: ||  An Aggregate based map/reduce program that counts the words in the input files. ||
    29  || aggregatewordcount: ||  An Aggregate based map/reduce program that counts the words in the input files. ||
    30  
    31  || aggregatewordcount: ||  An Aggregate based map/reduce program that counts the words in the input files. ||
    3227
    33  ||  aggregatewordhist:  || An Aggregate based map/reduce program that computes the histogram of the words in the input files. ||
     28 || aggregatewordcount ||  An Aggregate based map/reduce program that counts the words in the input files. ||
    3429
    35  || grep: ||  A map/reduce program that counts the matches of a regex in the input. ||
     30 || aggregatewordhist || An Aggregate based map/reduce program that computes the histogram of the words in the input files. ||
    3631
    37  ||  join:  || A job that effects a join over sorted, equally partitioned datasets ||
     32 || grep ||  A map/reduce program that counts the matches of a regex in the input. ||
    3833
    39  || multifilewc: ||  A job that counts words from several files. ||
     34 || join || A job that effects a join over sorted, equally partitioned datasets ||
    4035
    41  || pentomino:  || A map/reduce tile laying program to find solutions to pentomino problems. ||
     36 || multifilewc ||  A job that counts words from several files. ||
    4237
    43  || pi: ||  A map/reduce program that estimates Pi using monte-carlo method. ||
     38 || pentomino  || A map/reduce tile laying program to find solutions to pentomino problems. ||
    4439
    45  || randomtextwriter: ||  A map/reduce program that writes 10GB of random textual data per node. ||
     40 || pi ||  A map/reduce program that estimates Pi using monte-carlo method. ||
    4641
    47  || randomwriter:  || A map/reduce program that writes 10GB of random data per node. ||
     42 || randomtextwriter ||  A map/reduce program that writes 10GB of random textual data per node. ||
    4843
    49  || sleep: ||  A job that sleeps at each map and reduce task. ||
     44 || randomwriter || A map/reduce program that writes 10GB of random data per node. ||
    5045
    51  || sort:  || A map/reduce program that sorts the data written by the random writer. ||
     46 || sleep ||  A job that sleeps at each map and reduce task. ||
    5247
    53  ||  sudoku: ||  A sudoku solver. ||
     48 || sort || A map/reduce program that sorts the data written by the random writer. ||
    5449
    55  || wordcount:  || A map/reduce program that counts the words in the input files. ||
     50 || sudoku ||  A sudoku solver. ||
     51
     52 || wordcount || A map/reduce program that counts the words in the input files. ||
    5653
    5754