Map/Reduce via Hadoop and Python

Michael Noll has a nice tutorial on how to write Hadoop map/reduce functions using cPython (not Jython).

I like this approach; access to full Python including extensions, with the ability to do highly distributed processing via Hadoop, without having to touch Java… works for me.

Leave a Reply