Changeset [51a977a9ad980f26c8832a31d46fa0345ad28298] by Shayan Pooya
January 25th, 2014 @ 06:22 PM
Do not use os realpath for non-symlink files.
The python realpath will change the path to an absolute path if
any
of the directories of the path is a simlink. This results in not
finding
these files in the user local directory and failing the
test_modutil.
https://github.com/discoproject/disco/commit/51a977a9ad980f26c8832a...
Committed by Shayan Pooya
- M lib/disco/fileutils.py
- M lib/disco/settings.py
- M lib/disco/worker/modutil.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.