Changeset [ffc4e098a819e80b149fcd2a65b7d75e4f0354c9] by Prashanth Mundkur
July 10th, 2012 @ 03:46 PM
Core logic for new pipeline scheduler; allows linear multi-stage
pipelines with backtracking.
https://github.com/discoproject/disco/commit/ffc4e098a819e80b149fcd...
Committed by Prashanth Mundkur
- A master/src/jc_utils.erl
- A master/src/job_coordinator.hrl
- A master/src/job_coordinator_new.erl
- A master/src/pipeline.hrl
- A master/src/pipeline_utils.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.