Re: Spyder and SPARK combination problem...Please help!

2016-10-13 Thread innocent73
Finally I found the solution! I have changed the Python's directory settings as below: import os import sys os.chdir(*"C:\Python27"*) os.curdir and it works like a charm :) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spyder-and-SPARK-c

Re: Spyder and SPARK combination problem...Please help!

2016-10-12 Thread innocent73
Yes Neil, I use windows 8.1 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spyder-and-SPARK-combination-problem-Please-help-tp27882p27885.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Spyder and SPARK combination problem...Please help!

2016-10-12 Thread neil90
Are you using Windows? Switching over to Linux environment made that error go away for me. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spyder-and-SPARK-combination-problem-Please-help-tp27882p27884.html Sent from the Apache Spark User List mailing list

Spyder and SPARK combination problem...Please help!

2016-10-12 Thread innocent73
Impl.accept(Unknown Source) at java.net.PlainSocketImpl.accept(Unknown Source) at java.net.ServerSocket.implAccept(Unknown Source) at java.net.ServerSocket.accept(Unknown Source) at org.apache.spark.api.python.PythonWorkerFactory.createSimpleWorker(PythonWorkerFactory.