Skip to content

sahil-malhotra/mapreduce-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapreduce-sys

Implementation of a Distributed Map Reduce in Golang

Run a WordCount MapReduce Task

Step 1: Build the coordinator / worker

go build cmd/mr/main.go 

Step 2: Run coordinator

./main mrcoordinator cmd/mr/files/pg-*

Step 3: Run a single worker

./main mrworker apps/wordcount.so

OR

Run multiple workers

./main mrworker apps/wordcount.so & ./main mrworker apps/wordcount.so

About

Implementation of a Distributed Map Reduce in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages