Changeset [f2a5c02db65b3af7deea08d18ad4f4d64e683ac3] by Shayan Pooya
June 4th, 2014 @ 06:49 AM
job_coordinator: simplify the send_outputs_to_consumers function.
This new function uses lists:foldl to be more succint and easier
to read.
https://github.com/discoproject/disco/commit/f2a5c02db65b3af7deea08...
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.