No module named 'resource' installing Apache Spark on Windows

前端 未结 4 2056
谎友^
谎友^ 2020-12-25 08:17

I am trying to install apache spark to run locally on my windows machine. I have followed all instructions here https://medium.com/@loldja/installing-apache-spark-pyspark-th

4条回答
  •  执笔经年
    2020-12-25 08:56

    Adding to all those valuable answers,

    For windows users,Make sure you have copied the correct version of the winutils.exe file(for your specific version of Hadoop) to the spark/bin folder

    Say, if you have Hadoop 2.7.1, then you should copy the winutils.exe file from the Hadoop 2.7.1/bin folder

    Link for that is here

    https://github.com/steveloughran/winutils

提交回复
热议问题