我安装了Apache Livy。将代码提交给Livy时出现此错误。如何在Apache Livy中更改默认的Python版本?
Exception: Python in worker has different version 3.5 than that in driver 2.6, PySpark cannot run with different minor versions
import sys
print(sys.version)
{' id':2,'州':'可用','输出':{'数据' ;:{' text / plain': ' 2.6.6(r266:84292,2015年7月23日,15:22:56)\ n [GCC 4.4.7 20120313(红色) Hat 4.4.7-11)]'},' status':' ok',' execution_count':2}}
由于