Point out the correct statement.

Point out the correct statement.
MapReduce tries to place the data and the compute as close as possible
Explanation: This feature of MapReduce is “Data Locality”.
Map Task in MapReduce is performed using the Mapper() function
Reduce Task in MapReduce is performed using the Map() function
None of the Option is correct

Leave a Reply

Your email address will not be published. Required fields are marked *