Created
September 22, 2016 08:10
-
-
Save lucndm/939a15ff791e53570167c249dc638e17 to your computer and use it in GitHub Desktop.
link pycharm spark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
os.environ["SPARK_HOME"] = "/opt/spark-2.0.0-bin-hadoop2.7/" | |
os.environ["PYSPARK_PYTHON"] = "/home/lucndm/envs/spark/bin/python" | |
http://stackoverflow.com/questions/34685905/how-to-link-pycharm-with-pyspark | |
http://i.stack.imgur.com/LwAJ6.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment