Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnynek/thinkinginmapreduce
- Owner: johnynek
- Created: 2013-02-21T19:36:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-21T23:29:37.000Z (almost 12 years ago)
- Last Synced: 2023-04-14T09:47:23.282Z (over 1 year ago)
- Language: Scala
- Size: 157 KB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".