Skip to content

dineshbalani/Map-Reduce-Word-Count-And-Set-Difference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A python MapReduce program to :

  1. Word count,
  2. Set difference

Limitations:- -There are, of course, faster implementations for word count and set difference on a single machine. -SetDifference will always just start with just two records -In this MapReduce system, all mappers will complete before any reducers start (this allows us to track the output of the mappers more clearly).

Releases

No releases published

Packages

No packages published

Languages