Changes between Version 7 and Version 8 of jazz/Hadoop_Lab2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hadoop_Lab2

    v7 v8  
    2727
    2828 || aggregatewordcount ||  An Aggregate based map/reduce program that counts the words in the input files. ||
    29 
    3029 || aggregatewordhist || An Aggregate based map/reduce program that computes the histogram of the words in the input files. ||
    31 
    3230 || grep ||  A map/reduce program that counts the matches of a regex in the input. ||
    33 
    3431 || join || A job that effects a join over sorted, equally partitioned datasets ||
    35 
    3632 || multifilewc ||  A job that counts words from several files. ||
    37 
    3833 || pentomino  || A map/reduce tile laying program to find solutions to pentomino problems. ||
    39 
    4034 || pi ||  A map/reduce program that estimates Pi using monte-carlo method. ||
    41 
    4235 || randomtextwriter ||  A map/reduce program that writes 10GB of random textual data per node. ||
    43 
    4436 || randomwriter || A map/reduce program that writes 10GB of random data per node. ||
    45 
    4637 || sleep ||  A job that sleeps at each map and reduce task. ||
    47 
    4838 || sort || A map/reduce program that sorts the data written by the random writer. ||
    49 
    5039 || sudoku ||  A sudoku solver. ||
    51 
    5240 || wordcount || A map/reduce program that counts the words in the input files. ||
    5341
    54 
    55  
    5642 
    5743 請參考 [http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/examples/package-summary.html org.apache.hadoop.examples]