Changeset [eb6d4be103192e10f4a69d5d47fbb4a3c3da8353] by pmundkur
March 18th, 2011 @ 03:56 PM
Merge branch 'worker' into worker_update
https://github.com/tuulos/disco/commit/eb6d4be103192e10f4a69d5d47fb...
Committed by pmundkur
- R lib/disco/dencode.py
- R lib/disco/schemes/scheme_dfs.py
- R lib/disco/worker/classic/task.py
- R master/src/dencode.erl
- M bin/ddfscli.py
- M bin/discocli.py
- M lib/clx/settings.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_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.erl
- M master/src/disco.hrl
- M master/src/disco_server.erl
- M master/src/disco_worker.erl
- M master/src/event_server.erl
- M master/src/event_stream.erl
- M master/src/job_coordinator.erl
- M master/src/jobpack.erl
- M master/src/shuffle.erl
- M master/www/js/job.js
- 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.