C++ Implementation of Map Reduce Framework.
- Word Count In a File
- Inverted File Index
-
Master Handling Mappers and reduces to execute various tasks given.
-
Mappers Mapping the processing to the mappers for solving smaller problems.
-
Reducer Reducing to final result after compilation of mapped solution.