Re: Python 2.7 + numpy break sortByKey()

2014-03-06 Thread Patrick Wendell
shell and pip uninstall numpy. >>> Rerun the three lines from step 4. Enjoy your sorted results error-free. >>> >>> Can anyone else reproduce this issue? Is it a bug? I don't see it if I >>> leave the cluster on the default Python 2.6.8. >>> >

Re: Python 2.7 + numpy break sortByKey()

2014-03-05 Thread Nicholas Chammas
it a bug? I don't see it if I >> leave the cluster on the default Python 2.6.8. >> >> Installing numpy on the slave via pssh and pip2.7 (so that it's identical >> to the master) does not fix the issue. Dunno if installing Python packages >> everywhere is

Re: Python 2.7 + numpy break sortByKey()

2014-03-02 Thread Nicholas Chammas
f I > leave the cluster on the default Python 2.6.8. > > Installing numpy on the slave via pssh and pip2.7 (so that it's identical > to the master) does not fix the issue. Dunno if installing Python packages > everywhere is even necessary though. > > Nick > > &

Python 2.7 + numpy break sortByKey()

2014-03-01 Thread nicholas.chammas
Unexpected behavior. Here's the repro: 1. Launch an EC2 cluster with spark-ec2. 1 slave; default instance type. 2. Upgrade the cluster to Python 2.7 using the instructions here