MapReduce

Apache Hadoop: The Definitive Guide Book Review

Hadoop is a technology that is relatively unknown to most of my peer software developers however it is gaining...

0 replies - 2531 views - 11/12/09 by rabies in Book Reviews

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

0 replies - 5646 views - 12/24/08 by ggalang in Articles

Cloud Computing Platform Comparison: (part 1)

"Cloud computing" is one of the hot topics these days. Especially with the economy downturn, enterprises are looking every opportunity to reduce...

0 replies - 1767 views - 12/23/08 by riho 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,...

4 replies - 6423 views - 12/16/08 by riho 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 - 3836 views - 05/20/08 by riho in News