Changeset [b85f0bcc7f7229e365732dd4991fb5401093fc2f] by Shayan Pooya
May 28th, 2014 @ 02:48 PM
Merge pull request #517 from pooya/concurrent
Concurrent
https://github.com/discoproject/disco/commit/b85f0bcc7f7229e365732d...
Committed by Shayan Pooya
- M master/include/job_coordinator.hrl
- M master/include/pipeline.hrl
- M master/src/disco.erl
- M master/src/disco_worker.erl
- M master/src/jc_utils.erl
- M master/src/job_coordinator.erl
- M master/src/pipeline_utils.erl
- M master/src/worker_inputs.erl
- M master/src/worker_runtime.erl
- M master/test/pipeline_utils_test.erl
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.