Changeset [be0e8bc01c01b2d8efe2571cb87cd1637f005d60] by Shayan Pooya
May 5th, 2014 @ 10:03 AM
job_coordinator: Break down do_stage_done function into two functions.
The maybe_event_stage_done function sends an event if the stage
is not the dummy
input stage. This function does not change the state.
The do_next_stage function starts the next stage and changes the
state.
https://github.com/discoproject/disco/commit/be0e8bc01c01b2d8efe257...
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.