You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Build wc.go
go build -buildmode=plugin ../mrapps/wc.go
# Run the coordinator
go run mrcoordinator.go pg*.txt
# Run in race mode
go run -race mrcoordinator.go pg*.txt
# Run the workers
go run mrworker.go wc.so
# Check the result
cat mr-out-*| sort | more
If you have already run the project before
Clear the intermediate files
Run the command above
Step2 Linux
# Clear the intermediate files
rm -rf mr-* wc.so
If you want to meet the res to the professional version