Changeset [7690df7140b8332349d692ee0bef45a2a8306450] by Ruslan Spivak
April 5th, 2010 @ 08:48 PM
When opening a file, it’s preferable to use open() instead of 'file'.
http://docs.python.org/library/functions.html#file
http://github.com/tuulos/disco/commit/7690df7140b8332349d692ee0bef4...
Committed by Ruslan Spivak
- M util/distrfiles.py
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.