Skip to content

JaswanthP6878/MapReduceMini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Map Reduce - mini

A single-server Map-reduce tool for data processing. A blog post regarding the implementation can be found here

Progress

  • Map part and Intermediate Data generation
  • IR data partitioning into Buckets
  • Transitioning all workers from map phsae to reduce phase (wait on other map workers to complete task)
  • Reduce phase
  • Generating Output files

Based on the map-reduce paper

About

A Toy Map-Reduce tool implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages