Friday, October 7, 2011

10/6/2011

MapReduced is a model designed for processing large volume of data in parallel by dividing the work into set of independent task. It works on data which required less number of updates. If we have data to be updated, we append the data to existing file or create a new copy of the file with new data.

--Dinu