Changeset [d9642cc787bdcfc987417e9da62c803596a0a201] by Jared Flatow
January 31st, 2011 @ 02:14 PM
refactored classic worker to use the new worker api
https://github.com/tuulos/disco/commit/d9642cc787bdcfc987417e9da62c...
Committed by Jared Flatow
- A lib/disco/worker/classic/func.py
- M bin/ddfscli.py
- M lib/disco/comm.py
- M lib/disco/core.py
- M lib/disco/ddfs.py
- M lib/disco/events.py
- M lib/disco/fileutils.py
- M lib/disco/func.py
- M lib/disco/job.py
- M lib/disco/modutil.py
- M lib/disco/schemes/scheme_disco.py
- M lib/disco/schemes/scheme_discodb.py
- M lib/disco/schemes/scheme_file.py
- M lib/disco/settings.py
- M lib/disco/util.py
- M lib/disco/worker/classic/external.py
- M lib/disco/worker/classic/task.py
- M lib/disco/worker/classic/worker.py
- M master/src/disco_config.erl
- M master/src/disco_server.erl
- M master/src/disco_web.erl
- M master/src/disco_worker.erl
- M master/src/event_stream.erl
- M master/src/fair_scheduler_job.erl
- M master/src/job_coordinator.erl
- M master/src/jobpack.erl
- M master/src/shuffle.erl
- M tests/test_authjob.py
- M tests/test_blacklist.py
- M tests/test_ddfs.py
- M tests/test_events.py
- M tests/test_forcesched.py
- M tests/test_input.py
- M tests/test_modutil.py
- M tests/test_oob.py
- M tests/test_requiredfiles.py
- M tests/test_save.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.