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:

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.

Spyder and SPARK combination problem...Please help!

2016-10-12 Thread innocent73
Hi folks, I am an exact beginner to spark and Python environment. I have installed spark and would like to run a code snippet named "SpyderSetupForSpark.py": # -*- coding: utf-8 -*- """ Make sure you give execute privileges