While Hadoop fits well in most batch processing workload, and is the primary choice of big data processing today, it is not optimized for ot...
Read More
Showing posts with label parallel processing. Show all posts
Designing algorithms for Map Reduce
Since the emerging of Hadoop implementation, I have been trying to morph existing algorithms from various areas into the map/reduce model. ...
Read More
What Hadoop is good at
Hadoop is getting more popular these days. Lets look at what it is good at and what not. The Map/Reduce Programming model Map/Reduce offers...
Read More
Hadoop Map/Reduce Implementation
In my previous post, I talk about the methodology of transforming a sequential algorithm into parallel. After that, we can implement the pa...
Read More
Exploring Erlang with Map/Reduce
Under the category of "Concurrent Oriented Programming", Erlang has got some good attention recently due to some declared success ...
Read More
Parallel data processing language for Map/Reduce
In my previous post , I introduce Map/Reduce model as a powerful model for parallelism . However, although Map/Reduce is simple, powerful a...
Read More
Parallelism with Map/Reduce
We explore the Map/Reduce approach to turn sequential algorithm into parallel Map/Reduce Overview Since the "reduce" operation ne...
Read More

Parallelizing Algorithms
The growth of a single CPU has been limited by physical factors such as clock rate, generated heat, power ... etc. Current trend is moving ...
Read More
Subscribe to:
Posts (Atom)