Changeset [05d38ee3a7cd8e68d3e2d523f210e0335fceb71a] by Shayan Pooya
July 29th, 2014 @ 10:00 AM
classic worker: make the partitions work under python3
In python 3, hash is salted and will return a different value
everytime it is
invoked, therefore, it cannot be used.
https://github.com/discoproject/disco/commit/05d38ee3a7cd8e68d3e2d5...
Committed by Shayan Pooya
- M lib/disco/worker/classic/func.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.