Difference between revisions of "CSC352 MapReduce/Hadoop Class Notes"
Line 169: | Line 169: | ||
<center>[[Image:wordcountMapReduceBlockDiagram.png]] </center> | <center>[[Image:wordcountMapReduceBlockDiagram.png]] </center> | ||
+ | |||
===The Map Function, simplified=== | ===The Map Function, simplified=== | ||
Line 185: | Line 186: | ||
emit (word, sum) | emit (word, sum) | ||
+ | ===The Whole Program=== | ||
+ | |||
+ | [[Hadoop WordCount.java | WordCount.java]] | ||
===The Map and Reduce Java Blocks=== | ===The Map and Reduce Java Blocks=== |
Revision as of 09:23, 1 April 2010