parallel computing

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,...

4 replies - 6423 views - 12/16/08 by riho in Articles

Design for parallelism

There has been a lot of interests around parallel computing recently.

2 replies - 732 views - 11/20/08 by riho in Tips and Tricks

Apache PIG: Processing Language for Map/Reduce

In my previous article, I introduced the Map/Reduce model as a powerful model for parallelism. However, although Map/Reduce is simple, powerful, and provides...

7 replies - 5322 views - 05/28/08 by riho in News