Changeset [3b726999685a15e9bb1a549ed08fb48f3a46b485] by Shayan Pooya
January 16th, 2014 @ 02:11 PM
Fix test_query to create the necessary files on the master.
This test will only pass if the task is executed on the master
where the input
files are available. If the tasks are executed on other nodes, they
will be
failed and retried. Assuming that the master is also one of the
worker nodes,
it will eventually succeed.
https://github.com/discoproject/disco/commit/3b726999685a15e9bb1a54...
Committed by Shayan Pooya
- M tests/test_query.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.