Changeset [1cec4329592b08d664cc9599af2a3e0cb6a8bde3] by Shayan Pooya
May 28th, 2014 @ 07:32 AM
job_coordinator: Do not start the next stage in do_next_stage.
In the concurrent model, the next stage should be started when
there is some
inputs for it to consume.
https://github.com/discoproject/disco/commit/1cec4329592b08d664cc95...
Committed by Shayan Pooya
- 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.