如何在Golang中编写Map/Reduce任务?

fri*_*ain 10 hadoop go

我想在Go中编写Hadoop Map/Reduce作业(而不是Streaming API!).

我试图掌握hortonworks/gohadoopcolinmarc/hdfs,但我仍然没有看到如何写真实的工作.我搜索了导入这些模块的github代码,但显然没有任何相关性.

有什么WordCount.go地方吗?

Mur*_*har 0

这是用 Golang 编写的 Map/Reduce 的简单实现(可在 github 上找到):

https://github.com/dbravender/go_mapreduce