Changeset [179e6819129d787812b2175d8ba17b1bba898442] by Shayan Pooya
August 25th, 2014 @ 11:18 AM
job_coordinator: fix the return value of retry_task in case of failure
This will fix the error messages when there are many task
failures. Now the
erorr message clearly shows that the reason the job failed is
because a single
task had many failures.
https://github.com/discoproject/disco/commit/179e6819129d787812b217...
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.