Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnynek/thinkinginmapreduce

Some tutorial-type code to introduce map-reduce style of programming
https://github.com/johnynek/thinkinginmapreduce

Last synced: 3 months ago
JSON representation

Some tutorial-type code to introduce map-reduce style of programming

Awesome Lists containing this project

README

        

This is a collection of stand-alone files that introduce a map-reduce style of programming.
The code is written in scala (and was tested on scala 2.9.2). You should be able to run each file
with `scala filename.scala`.

Included is a toy implementation of MapReduce that is very similar to the Hadoop model, but only
included so that you can try executing your "job".