Changeset [fc39d1704e42ae0af201955099bcdfdf2e948211] by Shayan Pooya
January 16th, 2014 @ 07:16 AM
Work around the dialyzer warning for the LOG_PROTOCOL macro.
Dialyzer warns us that the LOG_PROTOCOL is always false and
cannot
match the value of true. In order to override such a warning,
we
use ifdef macro.
https://github.com/discoproject/disco/commit/fc39d1704e42ae0af20195...
Committed by Shayan Pooya
- M master/src/disco_worker.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.