构建MapReduce(基于谷歌论文)

4作者: venkat1017x大约 1 个月前原帖
我最近阅读了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:&#x2F;&#x2F;buildx.substack.com&#x2F;p&#x2F;lets-build-mapreduce-from-scratch<p>Github repo: https:&#x2F;&#x2F;github.com&#x2F;venkat1017&#x2F;mapreduce-go&#x2F;tree&#x2F;main&#x2F;mapreduce-go