Changeset [f928d474f9358b9f2163498eccd297eaf57f4406] by Prashanth Mundkur
July 10th, 2012 @ 03:46 PM
Integrate the new pipeline-based job coordinator.
https://github.com/discoproject/disco/commit/f928d474f9358b9f216349...
Committed by Prashanth Mundkur
- R master/src/job_coordinator_new.erl
- M master/src/disco.hrl
- 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.hrl
- 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/pipeline_utils.erl
- M master/src/worker_runtime.erl
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.