Changeset [762ec79c9f60ff17b02cb3148318e822f03042f9] by Ville Tuulos

September 9th, 2009 @ 06:49 PM

Committed by Ville Tuulos

  • A .gitignore
  • A bin/disco.py
  • A conf/lighttpd-worker.conf
  • A conf/settings.py.sys-Linux
  • A conf/settings.py.template
  • A doc/man/disco.rst
  • A doc/man/settings.rst
  • A doc/py/gluster.rst
  • A doc/py/modutil.rst
  • A pydisco/disco/dfs/__init__.py
  • A pydisco/disco/dfs/gluster.py
  • A pydisco/disco/error.py
  • A pydisco/disco/eventmonitor.py
  • A pydisco/disco/modutil.py
  • A pydisco/disco/settings.py
  • A test/extra/mod1.py
  • A test/extra/mod2.py
  • A test/extramodule1.py
  • A test/extramodule2.py
  • A test/test_discoapi.py
  • A test/test_modutil.py
  • A test/test_requiredfiles.py
  • R conf/disco.conf.dev-example
  • R conf/disco.conf.example
  • R conf/lighttpd-node.conf
  • R conf/start-master
  • R conf/start-node
  • R master/disco-master
  • R master/src/make_boot.erl
  • M AUTHORS
  • M Makefile
  • M conf/lighttpd-master.conf
  • M doc/conf.py
  • M doc/external.rst
  • M doc/faq.rst
  • M doc/index.rst
  • M doc/py/core.rst
  • M doc/py/index.rst
  • M doc/py/util.rst
  • M doc/releases.rst
  • M doc/start/dfs.rst
  • M doc/start/install.rst
  • M doc/start/troubleshoot.rst
  • M doc/start/tutorial.rst
  • 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/handle_ctrl.erl
  • M master/src/handle_job.erl
  • M master/www/config.html
  • M master/www/config.js
  • M master/www/disco.js
  • M master/www/index.html
  • M master/www/job.html
  • M master/www/job.js
  • M node/disco-worker
  • M node/disconode/disco_worker.py
  • M node/disconode/external.py
  • M node/disconode/util.py
  • M pydisco/disco/__init__.py
  • 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/func.py
  • M pydisco/disco/netstring.py
  • M pydisco/disco/util.py
  • M test/run_tests.sh
  • M test/test_50k.py
  • M test/test_async.py
  • M test/test_chain.py
  • M test/test_external.py
  • M test/test_init.py
  • M test/test_kill.py
  • M test/test_missingnode.py
  • M test/test_objectrw.py
  • M test/test_onlymap.py
  • M test/test_onlyreduce.py
  • M test/test_oob.py
  • M test/test_params.py
  • M test/test_partfile.py
  • M test/test_profile.py
  • M test/test_ratelimit.py
  • M test/test_raw.py
  • M test/test_redundant.py
  • M test/test_reqmodules.py
  • M test/test_simple.py
  • M test/test_sort.py
  • M test/test_tempfail.py
  • M test/test_waitmany.py
  • M test/test_writers.py
  • M util/gluster_config.py
New-ticket Create new ticket

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.

Shared Ticket Bins