go run -race crawler.go
go run -race kv.go
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