Skip to content

Basic algorithm implemented by technology MapReduce

Notifications You must be signed in to change notification settings

Nenartovich/WordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCounter

Basic algorithm implemented by technology MapReduce

g++ map.cpp -o map
g++ reduce.cpp -o reduce
g++ mapreduce.cpp -o mapreduce -lpthread

./mapreduce map ./map input.txt aftermap.txt
./mapreduce reduce ./reduce aftermap.txt result.txt

About

Basic algorithm implemented by technology MapReduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages