0
11kviews
What is MapReduce? Explain how map and reduce works?
1 Answer
| written 9.5 years ago by |
MapReduce is a style of computing that has been implemented in several systems, including Google’s internal implementation (simply called MapReduce) and the popular open-source implementation Hadoop which can be obtained, along with the HDFS file system from the Apache Foundation. You can use an implementation of MapReduce to manage many …