Install Pydev plugin in Eclipse
Then navigate to
Project -> Properties -> PyDev - PYTHONPATH -> External libraries
add source folders
/path/to/spark/spark-0.9.1/python
/path/to/pyspark-src.zip
/path/to/pyspark-src.zip
Set SPARK_HOME in Eclipse
in begining of your program set this:
import os
os.environ["SPARK_HOME"]="/usr/hdp/spark"
Give root directory of spark installation
No comments:
Post a Comment