Changeset [4cbb8ae4ad9b4d3787e1a3df2a998f8ab0c7a33f] by Shayan Pooya
May 5th, 2014 @ 10:03 AM
pipeline_utils: introduce all_deps_finished function.
This function tests whether all of the dependencies of a stage
are finished or
not. It will be used to find out if we can finish a stage.
https://github.com/discoproject/disco/commit/4cbb8ae4ad9b4d3787e1a3...
Committed by Shayan Pooya
- M master/src/pipeline_utils.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.