Changeset [a4476517d99d420e8030341196ae30a082c1bfa6] by Taneli Mielikainen
May 22nd, 2010 @ 02:27 AM
Merge branch '0.3' of http://code/git/disco into 0.3
http://github.com/tuulos/disco/commit/a4476517d99d420e8030341196ae3...
Committed by Taneli Mielikainen
- M bin/ddfscli.py
- M bin/discocli.py
- M contrib/discodex/lib/discodex/mapreduce/__init__.py
- M contrib/discodex/lib/discodex/mapreduce/balancers/__init__.py
- M doc/faq.rst
- M doc/py/homedisco.rst
- M lib/disco/core.py
- M lib/disco/ddfs.py
- M lib/disco/fileutils.py
- M lib/disco/func.py
- M lib/disco/node/external.py
- M lib/disco/node/worker.py
- M lib/disco/task.py
- M lib/disco/test.py
- M lib/disco/util.py
- M master/src/disco_main.erl
- M master/src/disco_worker.erl
- M tests/test_50k.py
- M tests/test_async.py
- M tests/test_chain.py
- M tests/test_ddfs.py
- M tests/test_external.py
- M tests/test_input.py
- M tests/test_mapresults.py
- M tests/test_oob.py
- M tests/test_partfile.py
- M tests/test_profile.py
- M tests/test_save.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.