Changeset [24a3d8166fa5f7d6bf59e3ec35362b7c6ec8e8af] by Jared Flatow
December 19th, 2010 @ 02:10 AM
moved disco worker into self contained module
https://github.com/tuulos/disco/commit/24a3d8166fa5f7d6bf59e3ec3536...
Committed by Jared Flatow
- A lib/disco/worker/__init__.py
- A lib/disco/worker/classic/__init__.py
- A lib/disco/worker/classic/disco-worker
- A lib/disco/worker/classic/external.py
- A lib/disco/worker/classic/task.py
- A lib/disco/worker/classic/worker.py
- R lib/disco/node/__init__.py
- R node/disco-worker
- R lib/disco/node/external.py
- R lib/disco/node/worker.py
- M lib/disco/core.py
- M lib/disco/settings.py
- M lib/disco/task.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.