Skip to content

ywmuazz/MapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MapReduce

How to run

go build -buildmode=plugin ../mrapps/wc.go
go run mrmaster.go pg-*.txt &
go run mrworker.go wc.so

Framework

image.png


How to deal with failed tasks?

  • When the master does not receive a reply from the worker within 10 seconds or the worker replies that the task has failed, the task is considered a failure.
  • Failed tasks will be reassigned to idle workers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published