Created
August 18, 2016 03:57
-
-
Save M2shad0w/47307553a8f28b54b57166ff89394d1a to your computer and use it in GitHub Desktop.
设置pyspark的启动环境
This file contains hidden or 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
export PYSPARK_PYTHON=/Users/m2shad0w/.virtualenvs/python2env/bin/python | |
export PYSPARK_DRIVER_PYTHON=ipython | |
export PYSPARK_DRIVER_PYTHON_OPTS="notebook" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment