How to load IPython shell with PySpark

后端 未结 7 2086
栀梦
栀梦 2020-12-24 02:08

I want to load IPython shell (not IPython notebook) in which I can use PySpark through command line. Is that possible? I have installed Spark-1.4.1.

相关标签:
7条回答
  • 2020-12-24 02:51

    According to the official Github, IPYTHON=1 is not available in Spark 2.0+ Please use PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON instead.

    https://github.com/apache/spark/blob/master/bin/pyspark

    0 讨论(0)
提交回复
热议问题