Skip to main content

Home/ sensemaking/ Group items tagged map_reduce

Rss Feed Group items tagged

Jack Park

Parallelism with Map/Reduce | Javalobby - 0 views

  •  
    In this article, we will explore the Map/Reduce approach to turn a sequential algorithm into parallel
Jack Park

Apache PIG: Processing Language for Map/Reduce | Javalobby - 0 views

  •  
    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 a good opportunity to parallelize algorithm, it is based on a rigid procedural structure that requires injection of custom user code and therefore it is not easy to understand the big picture from a high level. You need to drill into the implementation code of the map and reduce functions in order to figure out what is going on.
1 - 2 of 2
Showing 20 items per page