构建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