Changeset [10d934a1904e8acfcf3b664c27ec93ca940591e9] by tuulos
October 6th, 2008 @ 09:43 PM
Merge branch 'master' into debian http://github.com/tuulos/disco/c...
Committed by tuulos
- M AUTHORS
- M Makefile
- M conf/disco.conf.dev-example
- M conf/disco.conf.example
- M conf/start-master
- M conf/start-node
- M doc/py/core.rst
- M examples/datamining/kmeans.py
- M examples/datamining/naive_bayes.py
- M examples/datamining/naive_linreg.py
- M examples/datamining/perceptron.py
- M examples/datamining/widrowhoff.py
- M master/disco-master
- M master/src/disco_main.erl
- M master/src/disco_server.erl
- M master/src/disco_worker.erl
- M master/src/handle_job.erl
- M master/src/netstring.erl
- M master/www/index.html
- M node/disco-worker
- M node/disconode/disco_worker.py
- M node/disconode/util.py
- M node/setup.py
- M pydisco/disco/core.py
- M pydisco/disco/util.py
- M pydisco/setup.py
- M test/run_tests.sh
- M test/test_50k.py
- M test/test_external.py
- M test/test_params.py
- M test/test_reqmodules.py
- M test/test_simple.py
- M test/test_sort.py
- M test/tserver.py
- M util/distrfiles.py
- M util/homedisco.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.