Re: Exception on simple pyspark script

2014-03-28 Thread idanzalz
I sorted it out. Turns out that if the client uses Python 2.7 and the server is Python 2.6, you get some weird errors, like this and others. So you would probably want not to do that... -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Exception-on-simple

Exception on simple pyspark script

2014-03-28 Thread idanzalz
Runner.run(Executor.scala:178) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) -- View this message in context: http://