Changeset [0402994a9f49ae0e36e79dbe11187daadcb1f27e] by Jared Flatow
February 11th, 2010 @ 08:50 AM
Merge branch 'master' of git://github.com/tuulos/disco
http://github.com/tuulos/disco/commit/0402994a9f49ae0e36e79dbe11187...
Committed by Jared Flatow
- M aws/setup-instances.py
- M examples/datamining/kmeans.py
- M examples/datamining/perceptron.py
- M ext/disco.c
- M ext/disco.h
- M master/make-lighttpd-proxyconf.py
- M master/src/disco.erl
- M master/src/disco_config.erl
- M master/src/disco_main.erl
- M master/src/disco_server.erl
- M master/src/disco_worker.erl
- M master/src/event_server.erl
- M master/src/event_stream.erl
- M master/src/fair_scheduler.erl
- M master/src/fair_scheduler_fair_policy.erl
- M master/src/fair_scheduler_fifo_policy.erl
- M master/src/fair_scheduler_job.erl
- M master/src/garbage_collect.erl
- M master/src/handle_ctrl.erl
- M master/src/handle_job.erl
- M master/src/job_queue.erl
- M master/src/message_buffer.erl
- M master/src/netstring.erl
- M master/src/oob_server.erl
- M master/src/scgi.erl
- M master/src/scgi_server.erl
- M master/www/config.js
- M master/www/disco.js
- M master/www/job.js
- M master/www/joblist.js
- M master/www/status.js
- M node/disco-worker
- M pydisco/disco/comm.py
- M pydisco/disco/comm_curl.py
- M pydisco/disco/comm_httplib.py
- M pydisco/disco/core.py
- M pydisco/disco/dfs/gluster.py
- M pydisco/disco/eventmonitor.py
- M pydisco/disco/fileutils.py
- M pydisco/disco/func.py
- M pydisco/disco/modutil.py
- M pydisco/disco/netstring.py
- M pydisco/disco/node/external.py
- M pydisco/disco/node/worker.py
- M pydisco/disco/schemes/scheme_dfs.py
- M pydisco/disco/schemes/scheme_disco.py
- M pydisco/disco/schemes/scheme_file.py
- M pydisco/disco/schemes/scheme_http.py
- M pydisco/disco/schemes/scheme_raw.py
- M pydisco/disco/test.py
- M pydisco/disco/util.py
- M tests/support/extramodule1.py
- M tests/support/extramodule2.py
- M tests/support/mod1.py
- M tests/support/mod2.py
- M tests/test_50k.py
- M tests/test_async.py
- M tests/test_blacklist.py
- M tests/test_chain.py
- M tests/test_discoapi.py
- M tests/test_events.py
- M tests/test_forcesched.py
- M tests/test_init.py
- M tests/test_kill.py
- M tests/test_missingnode.py
- M tests/test_modutil.py
- M tests/test_objectrw.py
- M tests/test_onlymap.py
- M tests/test_onlyreduce.py
- M tests/test_oob.py
- M tests/test_params.py
- M tests/test_partfile.py
- M tests/test_profile.py
- M tests/test_ratelimit.py
- M tests/test_raw.py
- M tests/test_redundant.py
- M tests/test_reqmodules.py
- M tests/test_requiredfiles.py
- M tests/test_sigint.py
- M tests/test_simple.py
- M tests/test_sort.py
- M tests/test_streams.py
- M tests/test_tempfail.py
- M tests/test_util.py
- M tests/test_waitmany.py
- M tests/test_writers.py
- M util/discoadmin.py
- M util/distrfiles.py
- M util/gluster_config.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.