Changeset [5d9150ff205f22827ecf458200e0abaa6dcfb53d] by Jared Flatow
November 3rd, 2010 @ 01:48 PM
changed the default reader from map_line_reader to None (which
returns an iter over the fd)
https://github.com/tuulos/disco/commit/5d9150ff205f22827ecf458200e0...
Committed by Jared Flatow
- M lib/disco/core.py
- M tests/test_chain.py
- M tests/test_mapresults.py
- M tests/test_objectrw.py
- M tests/test_onlymap.py
- M tests/test_save.py
- M tests/test_writers.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.