Skip to content

Comment on mrjob: Yelp open sources its Elastic MapReduce framework for Python

Comments

On this note, does anyone know a good tutorial on map reduce for experienced programmers? Basically, I want to learn how to frame advanced problems in terms of MR - I am particularly interested in expressing my discrete event simulation in terms of MR.

You want exercises, not a walk-through.

The thing with using higher-order functions isn't learning the definitions (which are rather simple, really,) but figuring out how to use those tools.

And for that you need practice. Start from describing trivial problems (word count, for example), and advance to more complicated ones. Any good book on functional programming would have lots of exercises (http://mitpress.mit.edu/sicp/ is probably the most famous, but is surely not the only one.)

I grokked functional programming by learning Calculus of variations, but YMMV.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.