Skip to content

A C++ Implementation of MAP Reduce framework.Tasks were performed by developing the structure .Tasks performed are inverted file index and word count in a file.

Notifications You must be signed in to change notification settings

ravihooda155/MAP-REDUCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAP_REDUCE

C++ Implementation of Map Reduce Framework.

Tasks Performed

  • Word Count In a File
  • Inverted File Index

Architecture

  • 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.

About

A C++ Implementation of MAP Reduce framework.Tasks were performed by developing the structure .Tasks performed are inverted file index and word count in a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages