adspace
Answer Posted / Ankit
MapReduce is a programming model and software framework for processing large data sets with parallel computation. It breaks the input data into smaller pieces (splits), applies a user-defined map function to each split, then shuffles and sorts the results to a set of reducers that perform a reduce function on the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category