hadoop - How to write Map/Reduce tasks in Golang? -


i write hadoop map/reduce jobs in go (and not streaming api!) .

i tried grasp of hortonworks/gohadoop , colinmarc/hdfs still don't see how write jobs real. have searched on github codes importing these modules there nothing relevant apparently.

is there wordcount.go somewhere?

here's simple implementation of map/reduce written in golang (available @ github):

https://github.com/dbravender/go_mapreduce


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -