Skip to content

ijingo/mapreduce_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Simple Implementation of MapReduce in Go

Adapated from MIT 6.824 lab1

Run code:

cd mapreduce_go
export GOPATH=$PWD
cd src/main
./test-mr.sh

Test command:

cd mapreduce_go
export GOPATH=$PWD
cd src/mapreduce
go test -run Basic
go test -run Sequential
go test -run Failure

Enjoy.

About

A simple implementation of Map/Reduce in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published