Changeset [fcf7b262bd1c7830feb4ab4ac54fbbcc32d39c30] by Ruslan Spivak
April 6th, 2010 @ 06:58 PM
Use sys.stderr.write() instead of 'print >> sys.stderr' statement.
'print >> sys.stderr' is not Python3 compatible. http://github.com/tuulos/disco/commit/fcf7b262bd1c7830feb4ab4ac54fb...
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.