PySpark in Eclipse: using PyDev
问题 I am running a local pyspark code from command line and it works: /Users/edamame/local-lib/apache-spark/spark-1.5.1/bin/pyspark --jars myJar.jar --driver-class-path myJar.jar --executor-memory 2G --driver-memory 4G --executor-cores 3 /myPath/myProject.py Is it possible to run this code from Eclipse using PyDev? What are the arguments required in the Run Configuration? I tried and got the following errors: Traceback (most recent call last): File "/myPath/myProject.py", line 587, in <module>