Changeset [64b8606c564c2399ad528ff9af55b55d8e148e23] by Jared Flatow
March 21st, 2011 @ 08:03 PM
start updating the docs for 0.4
https://github.com/tuulos/disco/commit/64b8606c564c2399ad528ff9af55...
Committed by Jared Flatow
- A doc/howto/oob.rst
- A doc/lib/job.rst
- A doc/lib/task.rst
- A doc/lib/worker/classic.rst
- A doc/lib/worker/index.rst
- R doc/lib/func.rst
- R doc/lib/node/external.rst
- R doc/lib/node/worker.rst
- M Makefile
- M doc/index.rst
- M doc/intro.rst
- M doc/lib/index.rst
- M doc/lib/schemes.rst
- M lib/disco/core.py
- M lib/disco/fileutils.py
- M lib/disco/job.py
- M lib/disco/schemes/__init__.py
- M lib/disco/task.py
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/__init__.py
- M lib/disco/worker/classic/external.py
- M lib/disco/worker/classic/func.py
- M lib/disco/worker/classic/worker.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.