Changeset [b7f08bc8a18ea6366e73543f04165d06657401f9] by Prashanth Mundkur
October 29th, 2012 @ 05:13 PM
Python3: fix print syntax (print is now a function), and some
string formats.
https://github.com/discoproject/disco/commit/b7f08bc8a18ea6366e7354...
Committed by Prashanth Mundkur
- M bin/ddfscli.py
- M bin/discocli.py
- M lib/clx/__init__.py
- M lib/disco/cli.py
- M lib/disco/core.py
- M lib/disco/eventmonitor.py
- M lib/disco/util.py
- M lib/disco/worker/classic/func.py
- M tests/test_discoapi.py
- M tests/test_discoproto.py
- M tests/test_protocol.py
- M tests/test_ratelimit.py
- M tests/testcases.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.