Changeset [9b8a4a04673934c186651be07146dd2546efdc67] by Jared Flatow
March 16th, 2011 @ 10:47 AM
update the new worker interface and refactor classic worker to
support it
https://github.com/tuulos/disco/commit/9b8a4a04673934c186651be07146...
Committed by Jared Flatow
- R lib/disco/worker/classic/task.py
- M bin/ddfscli.py
- M lib/disco/comm.py
- M lib/disco/core.py
- M lib/disco/error.py
- M lib/disco/events.py
- M lib/disco/fileutils.py
- M lib/disco/job.py
- M lib/disco/json.py
- M lib/disco/modutil.py
- M lib/disco/schemes/scheme_dfs.py
- M lib/disco/schemes/scheme_discodb.py
- M lib/disco/settings.py
- M lib/disco/task.py
- M lib/disco/test.py
- M lib/disco/util.py
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/external.py
- M lib/disco/worker/classic/func.py
- M lib/disco/worker/classic/worker.py
- M master/src/ddfs/ddfs_put.erl
- M master/src/disco_worker.erl
- M master/src/event_server.erl
- M master/src/job_coordinator.erl
- M master/src/jobpack.erl
- M tests/test_blacklist.py
- M tests/test_chain.py
- M tests/test_ddfs.py
- M tests/test_input.py
- M tests/test_modutil.py
- M tests/test_oob.py
- M tests/test_ratelimit.py
- M tests/test_redundant.py
- M tests/test_save.py
- M tests/test_sort.py
- M tests/test_streams.py
- M tests/test_util.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.