Changeset [201ca950668a22c6332dd05960d69cf0ddaa8806] by Prashanth Mundkur
October 4th, 2012 @ 04:48 PM
Implement saving of job results to DDFS in master.
Now client libraries do not need to implement a DDFS client
to
save job results in DDFS. This should make it easier to
implement
language-specific client libraries.
https://github.com/discoproject/disco/commit/201ca950668a22c6332dd0...
Committed by Prashanth Mundkur
- M master/src/disco.erl
- M master/src/job_coordinator.erl
- M master/src/worker_runtime.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.