在spark2中的shell使用python3
spark2.0.0中的python默認使用python2,可以通過以下兩種方式之一使用python3:
- PYSPARK_PYTHON=python3 ./bin/pyspark
- 修改~/.profile,增加 PYSPARK_PYTHON=python3
參考:http://stackoverflow.com/questions/30279783/apache-spark-how-to-use-pyspark-with-python-3
spark2.0.0中的python默認使用python2,可以通過以下兩種方式之一使用python3:
參考:http://stackoverflow.com/questions/30279783/apache-spark-how-to-use-pyspark-with-python-3
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。