Point out the Correct Statement
MapReduce tries to place the data and the compute as close as possible
Excellent ! Your Answer is Correct.
Map Task in MapReduce is performed using the Mapper() function
Reduce Task in MapReduce is performed using the Map() function
All Options are Correct