运行 pyspark 时将选项传递给 python 解释器的环境变量是什么?

What is the environment variable for passing options to the python interpreter when running pyspark?

有一个环境变量用于在调用 pyspark 时将额外的选项传递给 python 解释器。这个变量是什么?

$> PYSPARK_DRIVER_PYTHON=ipython <WHAT_NAME_HERE?>="--pylab" pyspark 

official docs 中没有提及,但我知道它存在。

PYSPARK_DRIVER_PYTHON_OPTS,够懂事了。