构建MapReduce(基于谷歌论文)
我最近阅读了MapReduce论文,并想通过从头构建(至少是一个简化版本)来尝试其内部工作原理。希望这能帮助未来想要复现同一论文的人。
您可以在新闻通讯中阅读更多内容: https://buildx.substack.com/p/lets-build-mapreduce-from-scratch
GitHub 仓库: https://github.com/venkat1017/mapreduce-go/tree/main/mapreduce-go
查看原文
I read the MapReduce paper recently and wanted to try out the internal working by building it from scratch (at least a minimal version). Hope it helps someone trying to reproduce the same paper in future<p>You can read more about it in newsletter: https://buildx.substack.com/p/lets-build-mapreduce-from-scratch<p>Github repo: https://github.com/venkat1017/mapreduce-go/tree/main/mapreduce-go