Skip to content

emaniacs/simple-introduction-map-reduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple introduction map and reduce with python

Info

This project based on a post from this http://ksat.me/map-reduce-a-really-simple-introduction-kloudo/

How to

To run the mapper, grouper and reducer execute the

app.sh

Or you can executed directly into the file

python ./mapper.py
python ./grouper.py
python ./reducer.py

Final output file is ./output/reducer.output.

About

Simple Introduction about Map and Reduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published