MapReduce
MapReduce copied to clipboard
An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single machine and multiple processes on a single machine right now.
Results
1
MapReduce issues
Sort by
recently updated
recently updated
newest added
when @kiarash8112 run ```make test_multi_node ```, he get following error ``` rm output/* rm: cannot remove 'output/*': No such file or directory make: [Makefile:10: clean] Error 1 (ignored) rm cmd/*.so...