Changeset [444b670e294430ed7d4ad6ec811f10bd0d9301df] by Shayan Pooya
January 29th, 2014 @ 02:37 PM
Use proxy only if the scheme is http and it points to an internal resource.
Proxies should not intervene in schemes other than http or in
the http schemes
that contain a dot. We are assuming that dot is an illegal
character for the
shortname of the nodes or the master. With this fix, test_ddfs
should pass on
the local cluster.
https://github.com/discoproject/disco/commit/444b670e294430ed7d4ad6...
Committed by Shayan Pooya
- M lib/disco/util.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.