Changes between Version 6 and Version 7 of jazz/Hadoop_Lab2
- Timestamp:
- Mar 24, 2009, 11:46:03 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Hadoop_Lab2
v6 v7 25 25 26 26 可執行的指令一覽表: 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. ||32 27 33 || aggregatewordhist: || An Aggregate based map/reduce program that computes the histogram ofthe words in the input files. ||28 || aggregatewordcount || An Aggregate based map/reduce program that counts the words in the input files. || 34 29 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. || 36 31 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. || 38 33 39 || multifilewc: || A job that counts words from several files.||34 || join || A job that effects a join over sorted, equally partitioned datasets || 40 35 41 || pentomino: || A map/reduce tile laying program to find solutions to pentomino problems. ||36 || multifilewc || A job that counts words from several files. || 42 37 43 || p i: || 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. || 44 39 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. || 46 41 47 || random writer: || A map/reduce program that writes 10GB of randomdata per node. ||42 || randomtextwriter || A map/reduce program that writes 10GB of random textual data per node. || 48 43 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. || 50 45 51 || s ort: || 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. || 52 47 53 || sudoku: || A sudoku solver. ||48 || sort || A map/reduce program that sorts the data written by the random writer. || 54 49 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. || 56 53 57 54