Skip to content

gfaia/distributed-studying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mit6.824

concurrency

go run -race crawler.go

go run -race kv.go

mr

assignment link

First, make sure the word-count plugin is freshly built:

go build -race -buildmode=plugin ../../pkg/mrapps/wc.go

Start a coordinator:

go run -race coordinator/mrcoordinator.go input/pg-*.txt

Start a worker:

go run -race worker/mrworker.go wc.so

About

For learning about distributed systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages