Skip to content

This is a simple word count implementation of the map_reduce paradigm.

Notifications You must be signed in to change notification settings

NRHelmi/mapreduce-word-count

Repository files navigation

Map_Reduce word count.

This is simple word_count implementation of the mapReduce paradigm written in java and hadoop library.

To run the wordCount sample:

cd scripts
make install
make run

To install this package using NIX:

make install_to_env
wordCount ../data/input.txt output

About

This is a simple word count implementation of the map_reduce paradigm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published