Table of Contents
Map Reduce
Map reduce work on all data inside a cluster.
Job client. Master: Job tracker, Task tracker
Map
Used to Map the data that we want to work with (Eq. to “Where” sql)
Reduce
Used to aggregate the selected data from Map
Map reduce work on all data inside a cluster.
Job client. Master: Job tracker, Task tracker
Used to Map the data that we want to work with (Eq. to “Where” sql)
Used to aggregate the selected data from Map