Skip to content

Trea19/MR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MR

6.5840 Lab 1, Spring 2023

PASSED ALL TESTS

image

MR - sequential

$ cd main
$ go build -buildmode=plugin ../mrapps/wc.go
$ rm mr-out*
$ go run mrsequential.go wc.so pg*.txt
$ more mr-out-0

MR - distributed

$ cd main
$ bash test-mr.sh

You may see some errors from the Go RPC package that look like rpc.Register: method "Done" has 1 input parameters; needs exactly three. Ignore these messages; registering the coordinator as an RPC server checks if all its methods are suitable for RPCs (have 3 inputs); we know that Done is not called via RPC.

About

MapReduce system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published