Answer Posted / Umendra Singh
The MapReduce algorithm is a programming model used for processing large datasets in parallel. It consists of two main phases: Map and Reduce. The Map phase processes the data, generating intermediate key-value pairs, and the Reduce phase combines these values for summarization or aggregation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers