Unable to run pyspark

后端 未结 5 1483
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 10:32

I installed Spark on Windows, and I\'m unable to start pyspark. When I type in c:\\Spark\\bin\\pyspark, I get the following error:

5条回答
  •  没有蜡笔的小新
    2020-12-13 11:23

    The Possible Issues faced when running Spark on Windows is, of not giving proper Path or by using Python 3.x to run Spark.

    So,

    1. Do check Path Given for spark i.e /usr/local/spark Proper or Not.
    2. Do set Python Path to Python 2.x (remove Python 3.x).

提交回复
热议问题