Changeset [c3f8ded05860e77c767798c25d933729a2f4554f] by Ville Tuulos
May 2nd, 2011 @ 12:23 PM
Merge branch 'rc-integrate' of git://github.com/pmundkur/disco
into rc-integrate
https://github.com/tuulos/disco/commit/c3f8ded05860e77c767798c25d93...
Committed by Ville Tuulos
- A lib/disco/dPickle.py
- A tests/test_pickle.py
- A tests/test_schemes.py
- M Makefile
- M bin/discocli.py
- M contrib/discodex/bin/discodexcli.py
- M contrib/discodex/lib/discodex/client.py
- M contrib/discodex/lib/discodex/mapreduce/__init__.py
- M contrib/discodex/lib/discodex/models.py
- M contrib/discodex/lib/discodex/objects.py
- M doc/howto/ddfs.rst
- M doc/howto/worker.rst
- M doc/start/tutorial.rst
- M examples/util/count_words.py
- M lib/disco/comm.py
- M lib/disco/ddfs.py
- M lib/disco/fileutils.py
- M lib/disco/job.py
- M lib/disco/schemes/__init__.py
- M lib/disco/schemes/scheme_disco.py
- M lib/disco/schemes/scheme_discodb.py
- M lib/disco/schemes/scheme_http.py
- M lib/disco/settings.py
- M lib/disco/task.py
- M lib/disco/util.py
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/func.py
- M lib/disco/worker/classic/worker.py
- M lib/setup.py
- M master/src/ddfs/ddfs_get.erl
- M master/src/ddfs/ddfs_node.erl
- M master/src/ddfs/ddfs_util.erl
- M master/src/disco_worker.erl
- M master/src/fair_scheduler.erl
- M master/src/node_mon.erl
- M master/src/worker_runtime.erl
- M master/src/worker_throttle.erl
- M tests/test_ddfs.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.