Tuesday, October 11, 2011

10/06/2011


Map Reduce:

It is the process of dividing the task into multiple parts to increase speed and efficiency. 
let us consider query similarity calculation as an example.
master cpu divides the relevant documents into various available processors. similarity of documents are calculated in parallel and reported to master cpu. Based on the reported similarity values a ranked documents are shown to user.


-rajshekar