Changeset [1127ee474433eada9f0e9e6d1e5f935398fac3b7] by Shayan Pooya
April 4th, 2014 @ 01:07 PM
worker: Fix the logic of saving the output of stages.
Do not save the output of the job in the python library. If the
save_results
is set, the outputs of the job are already saved.
https://github.com/discoproject/disco/commit/1127ee474433eada9f0e9e...
Committed by Shayan Pooya
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/worker.py
- M lib/disco/worker/pipeline/worker.py
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.