mapreduce

module
v0.0.0-...-b57df3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2022 License: MIT

README

MapReduce

Paper https://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf

3 computer start worker process and send message through rpc to the master machine
Screen Shot 2020-08-07 at 5 21 07 PM Screen Shot 2020-08-07 at 5 21 22 PM Screen Shot 2020-08-07 at 5 21 31 PM Screen Shot 2020-08-07 at 5 21 41 PM Screen Shot 2020-08-07 at 6 34 24 PM
Start Master Server

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

go run mrmaster.go pg-*.txt

Start worker

go run mrworker.go wc.so

Check output

cat mr-out-* | sort | more

Directories

Path Synopsis
src
mr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL