Skip to content

Latest commit

 

History

History

wordcount

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
WordCount in MapReduce
Usage: 
mrwc <-f input file> <-c numOfChuncks> <-g workGroupSize>
Example:
mrwc -f ../test/mapreduce/wordcount/in -c 64 -g 64