MapReduce

  • submit to reddit

Google MapReduce In A Week: Functional Programming Warm-up Exercises

0 replies - 3805 views - 03/13/09 by Snippets Manager in Uncategorized

Just In Time MapReduce with OSGi

A couple of years ago I was thrown into a team lead role where I was responsible for distributing workload across a number of developers. During the first...

0 replies - 12471 views - 12/24/08 by Glenn Galang in Articles

How Hadoop Map/Reduce works

In my previous post, I talk about the methodology of transforming a sequential algorithm into parallel. After that, we can implement the parallel algorithm,...

5 replies - 44256 views - 12/16/08 by Ricky Ho in Articles

Parallelism with Map/Reduce

In this article, we will explore the Map/Reduce approach to turn a sequential algorithm into parallelOverview of Map/ReduceSince the "reduce"...

2 replies - 10060 views - 05/20/08 by Ricky Ho in News