Changeset [8ca7e35260a42ceadb09b892c31c38500edc4c1a] by Shayan Pooya
April 16th, 2014 @ 10:07 AM
Use string:to_float instead of list_to_integer for float values.
The DDFS_GC_BALANCE_THRESHOLD can be a float number so we must
use
string:to_float to get its value.
https://github.com/discoproject/disco/commit/8ca7e35260a42ceadb09b8...
Committed by Shayan Pooya
- M master/src/ddfs/ddfs_gc_main.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.