Changeset [8ea599a51c5571d5a0229624ca2e6f3b6ce1af8f] by Prashanth Mundkur
March 3rd, 2013 @ 01:32 PM
Move io related functions out from worker.classic.func into
worker.task_io, for use in alternative workers.
https://github.com/discoproject/disco/commit/8ea599a51c5571d5a02296...
Committed by Prashanth Mundkur
- A lib/disco/worker/task_io.py
- M bin/ddfscli.py
- M doc/faq.rst
- M doc/howto/chunk.rst
- M doc/howto/discodb.rst
- M doc/start/tutorial.rst
- M examples/datamining/kclustering.py
- M examples/faq/chain.py
- M examples/util/wordcount_ddb.py
- M lib/disco/cli.py
- M lib/disco/core.py
- M lib/disco/schemes/__init__.py
- M lib/disco/test.py
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/func.py
- M lib/disco/worker/classic/worker.py
- M tests/test_discoproto.py
- M tests/test_forcesched.py
- M tests/test_input.py
- M tests/test_partial.py
- M tests/test_save.py
- M tests/test_schemes.py
- M tests/test_streams.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.