Changeset [5e28d4e40911c661a8edf7a8883bead16fbb4c94] by Shayan Pooya
July 22nd, 2014 @ 02:01 PM
event_server: move the task_event to the job_event module.
Now these messages will not cause problems for the main
event_handler. Although,
these messages still have to be sent from the slaves to the
master.
https://github.com/discoproject/disco/commit/5e28d4e40911c661a8edf7...
Committed by Shayan Pooya
- M master/include/pipeline.hrl
- M master/src/disco_worker.erl
- M master/src/event_server.erl
- M master/src/job_coordinator.erl
- M master/src/job_event.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.