Changeset [034325d8c3a7f6d60dba151f4c9b52ef7a7e6e63] by Prashanth Mundkur
October 29th, 2012 @ 05:58 PM
Python3: use recommended format syntax.
https://github.com/discoproject/disco/commit/034325d8c3a7f6d60dba15...
Committed by Prashanth Mundkur
- M bin/ddfscli.py
- M bin/discocli.py
- M lib/clx/__init__.py
- M lib/clx/server.py
- M lib/disco/cli.py
- M lib/disco/comm.py
- M lib/disco/comm_pycurl.py
- M lib/disco/core.py
- M lib/disco/ddfs.py
- M lib/disco/error.py
- M lib/disco/fileutils.py
- M lib/disco/schemes/__init__.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/external.py
- M lib/disco/worker/classic/func.py
- M lib/disco/worker/classic/modutil.py
- M lib/disco/worker/classic/worker.py
- M tests/test_async.py
- M tests/test_authjob.py
- M tests/test_blacklist.py
- M tests/test_config.py
- M tests/test_discoproto.py
- M tests/test_external.py
- M tests/test_forcesched.py
- M tests/test_init.py
- M tests/test_input.py
- M tests/test_mapresults.py
- M tests/test_oob.py
- M tests/test_protocol.py
- M tests/test_ratelimit.py
- M tests/test_raw.py
- M tests/test_redundant.py
- M tests/test_save.py
- M tests/test_streams.py
- M tests/test_tempfail.py
- M tests/test_util.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.