在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删除。