Changeset [cdbafce32824705d3dd6f26c00aac13c16d7717c] by Shayan Pooya
June 5th, 2014 @ 08:01 AM
jc_utils: modify new_task_permitted_for_stage to use concurrency info.
With the new approach, a task can run if either all of the
dependencies of the
stage have finished or the task belongs to a concurrent stage.
https://github.com/discoproject/disco/commit/cdbafce32824705d3dd6f2...
Committed by Shayan Pooya
- M master/src/jc_utils.erl
- M master/src/job_coordinator.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.