Changeset [ede43f7d7f446929c137997a8dc8de57377969c7] by Shayan Pooya
July 25th, 2014 @ 07:10 AM
ddfs_gc_main: fix a bad pattern matching attempt.
We cannot do a lists:flatten and expect the items to match with
[ObjName], in
this case, the flattening was unnecessary.
https://github.com/discoproject/disco/commit/ede43f7d7f446929c13799...
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.