Changeset [ef73b2a06d1c104fd0f43ff1ce7685c66ff5e31a] by Prashanth Mundkur
October 29th, 2012 @ 07:35 PM
Python3: add a compatibility library for renamed/changed modules
and types.
https://github.com/discoproject/disco/commit/ef73b2a06d1c104fd0f43f...
Committed by Prashanth Mundkur
- A lib/disco/compat.py
- M lib/disco/comm.py
- M lib/disco/comm_pycurl.py
- M lib/disco/core.py
- M lib/disco/dPickle.py
- M lib/disco/ddfs.py
- M lib/disco/fileutils.py
- M lib/disco/schemes/scheme_raw.py
- M lib/disco/schemes/scheme_url.py
- M lib/disco/task.py
- M lib/disco/test.py
- M lib/disco/util.py
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/func.py
- M tests/test_authjob.py
- M tests/test_ddfs.py
- M tests/test_discoproto.py
- M tests/test_profile.py
- M tests/test_schemes.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.