Changeset [4ac2791ba5d303f6d833af7c8193a7195c09c0b6] by Prashanth Mundkur
September 19th, 2010 @ 11:17 AM
Merge of auth branch with lastest trunk (0.3.1).
https://github.com/tuulos/disco/commit/4ac2791ba5d303f6d833af7c8193...
Committed by Prashanth Mundkur
- A .gitmodules
- A contrib/java-ext
- A examples/util/dgrep
- A examples/util/grep.py
- A master/src/disco_util.erl
- A master/src/shuffle.erl
- A util/fix-jobtag
- R aws/setup-instances.py
- R doc/start/ec2setup.rst
- R util/discocat
- R util/distrfiles.py
- R util/dsh
- M AUTHORS
- M Makefile
- M README.rst
- M bin/ddfscli.py
- M bin/discocli.py
- M conf/gen.settings.sys-Darwin
- M conf/gen.settings.sys-Debian
- M conf/gen.settings.sys-Linux
- M contrib/discodb/src/ddb.c
- M contrib/discodb/src/ddb_cnf.c
- M contrib/discodb/src/ddb_cons.c
- M contrib/discodb/src/discodb.h
- M contrib/discodb/src/discodb/__init__.py
- M contrib/discodb/src/discodbmodule.c
- M contrib/discodb/src/discodbmodule.h
- M contrib/discodb/test.py
- M contrib/discodb/util/create_discodb.c
- M contrib/discodex/bin/discodexcli.py
- M contrib/discodex/lib/discodex/mapreduce/__init__.py
- M contrib/discodex/lib/discodex/mapreduce/demuxers/__init__.py
- M contrib/discodex/lib/discodex/objects.py
- M contrib/discodex/www/settings.py.template
- M doc/.static/screenshots/disco-job.png
- M doc/.static/screenshots/disco-main.png
- M doc/conf.py
- M doc/contrib/discodb/discodb.rst
- M doc/faq.rst
- M doc/images/disco-job-small.png
- M doc/images/disco-main-small.png
- M doc/index.rst
- M doc/releases.rst
- M doc/start/ddfs.rst
- M doc/start/download.rst
- M doc/start/install.rst
- M doc/start/troubleshoot.rst
- M doc/start/tutorial.rst
- M examples/util/count_words.py
- M lib/clx/__init__.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/eventmonitor.py
- M lib/disco/events.py
- M lib/disco/fileutils.py
- M lib/disco/func.py
- M lib/disco/modutil.py
- M lib/disco/netstring.py
- M lib/disco/node/worker.py
- M lib/disco/schemes/scheme_dfs.py
- M lib/disco/schemes/scheme_disco.py
- M lib/disco/schemes/scheme_discodb.py
- M lib/disco/schemes/scheme_file.py
- M lib/disco/schemes/scheme_http.py
- M lib/disco/schemes/scheme_metadb.py
- M lib/disco/schemes/scheme_raw.py
- M lib/disco/schemes/scheme_url.py
- M lib/disco/settings.py
- M lib/disco/task.py
- M lib/disco/util.py
- M master/src/config.hrl
- M master/src/ddfs/ddfs.erl
- M master/src/ddfs/ddfs_gc.erl
- M master/src/ddfs/ddfs_get.erl
- M master/src/ddfs/ddfs_master.erl
- M master/src/ddfs/ddfs_tag.erl
- M master/src/ddfs/ddfs_util.erl
- M master/src/ddfs/ddfs_web.erl
- M master/src/disco.erl
- M master/src/disco.hrl
- M master/src/disco_main.erl
- M master/src/disco_proxy.erl
- M master/src/disco_server.erl
- M master/src/disco_web.erl
- M master/src/disco_worker.erl
- M master/src/event_server.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/job_coordinator.erl
- M master/src/web_server.erl
- M master/www/config.html
- M master/www/css/style.css
- M master/www/index.html
- M master/www/job.html
- M master/www/js/job.js
- M node/disco-worker
- M tests/test_ddfs.py
- M tests/test_events.py
- M tests/test_modutil.py
- M tests/test_ratelimit.py
- M tests/test_raw.py
- M tests/test_redundant.py
- M tests/test_save.py
- M tests/test_simple.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.