I guess you will have to install numpy on all the machines for this to
work. Try reinstalling on all the machines:
sudo apt-get purge python-numpy
sudo pip uninstall numpy
sudo pip install numpy
Thanks
Best Regards
On Sun, Dec 20, 2015 at 11:19 PM, Abhinav M Kulkarni <
abhinavkulka...@gmail.com
I guess you will have to install numpy on all the machines for this to
work. Try reinstalling on all the machines:
sudo apt-get purge python-numpy
sudo pip uninstall numpy
sudo pip install numpy
Thanks
Best Regards
On Sun, Dec 20, 2015 at 8:33 AM, Abhinav M Kulkarni <
abhinavkulka...@gmail.com
I am running Spark programs on a large cluster (for which, I do not have
administrative privileges). numpy is not installed on the worker nodes.
Hence, I bundled numpy with my program, but I get the following error:
Traceback (most recent call last):
File "/home/user/spark-script.py", line 12, i
I am running Spark programs on a large cluster (for which, I do not have
administrative privileges). numpy is not installed on the worker nodes.
Hence, I bundled numpy with my program, but I get the following error:
Traceback (most recent call last):
File "/home/user/spark-script.py", line 12, i