Changeset [c47c340cce9dafe431a1c5153ab2b23acbfc315b] by Shayan Pooya
April 16th, 2014 @ 08:46 AM
Merge branch 'develop'
Bumping version to 0.5.1
https://github.com/discoproject/disco/commit/c47c340cce9dafe431a1c5...
Committed by Shayan Pooya
- A contrib/docker/Dockerfile
- A contrib/docker/README.md
- A contrib/docker/supervisor.conf
- A examples/datamining/kclustering_pipeline.py
- A examples/datamining/naive_bayes.py
- A examples/util/wiki_reader.py
- A examples/util/wordcount_hdfs.py
- A examples/util/wordcount_redis.py
- A examples/util/wordcount_redis_pipe.py
- A examples/util/xml_reader.py
- A lib/disco/schemes/scheme_hdfs.py
- A lib/disco/schemes/scheme_redis.py
- A master/src/disco_profile.erl
- A master/src/hdfs.erl
- A master/src/http_client.erl
- A master/www/images/logo.png
- A pkg/rpm/disco.spec
- R master/www/images/balls.png
- M AUTHORS
- M Makefile
- M README.md
- M bin/ddfscli.py
- M bin/discocli.py
- M conf/gen.settings.sh
- M doc/howto/discodb.rst
- M doc/releases.rst
- M doc/start/install.rst
- M doc/start/tutorial_2.rst
- M examples/datamining/kclustering.py
- M examples/util/query_ddb.py
- M examples/util/wordcount_ddb.py
- M lib/disco/cli.py
- M lib/disco/comm_pycurl.py
- M lib/disco/ddfs.py
- M lib/disco/fileutils.py
- M lib/disco/schemes/scheme_discodb.py
- M lib/disco/settings.py
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/worker.py
- M lib/disco/worker/modutil.py
- M lib/disco/worker/pipeline/worker.py
- M lib/disco/worker/task_io.py
- M master/.version
- M master/eunit.config
- M master/include/pipeline.hrl
- M master/rebar
- M master/rebar.config
- M master/src/ddfs/ddfs_gc_main.erl
- M master/src/ddfs/ddfs_http.erl
- M master/src/ddfs/ddfs_master.erl
- M master/src/ddfs/ddfs_node.erl
- M master/src/ddfs/ddfs_put.erl
- M master/src/ddfs/ddfs_util.erl
- M master/src/ddfs/ddfs_web.erl
- M master/src/disco.erl
- M master/src/disco_main.erl
- M master/src/job_coordinator.erl
- M master/src/jobpack.erl
- M master/src/json_validator.erl
- M master/src/node_mon.erl
- M master/src/web_server.erl
- M master/src/worker_runtime.erl
- M master/test/json_validator_test.erl
- M master/www/config.html
- M master/www/favicon.ico
- M master/www/index.html
- M master/www/job.html
- M pkg/debian/changelog
- M pkg/debian/copyright
- M pkg/debian/rules
- M tests/test_async.py
- M tests/test_chain.py
- M tests/test_examples.py
- M tests/test_input.py
- M tests/test_kill.py
- M tests/test_save.py
- M tests/test_schemes.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.