TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Simple MapReduce with Javascript
4 points
by
makuchaku
about 14 years ago
2 comments
Stuk
about 14 years ago
This isn't a particularly good example as you're doing all the work adding up the word counts in your reduce function.<p>A better example would count the occurrences of the words in each line in the map, and then add up the totals in reduce.
makuchaku
about 14 years ago
Any good MapReduce Javascript libraries (client side) I could use to build more complex examples?