Changeset [a4cf05fcb54af125eb288b9f73934ff065fd799b] by Jared Flatow
April 10th, 2011 @ 03:57 PM
use inspect instead of trying to stuff everything into lib
(fixes subtle bug in including source vs byte-compiled worker
modules)
https://github.com/tuulos/disco/commit/a4cf05fcb54af125eb288b9f7393...
Committed by Jared Flatow
- M lib/disco/fileutils.py
- M lib/disco/worker/__init__.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.