This is an old revision of the document!
Table of Contents
Map Reduce
Map reduce work on all data inside a cluster.
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
This is an old revision of the document!
Map reduce work on all data inside a cluster.
Used to Map the data that we want to work with (Eq. to “Where” sql)
Used to aggregate the selected data from Map