pyspark: The system cannot find the path specified

后端 未结 4 995
感动是毒
感动是毒 2021-01-23 09:59

I just installed pyspark 2.2.0 using conda (using python v3.6 on windows 7 64bit, java v1.8)

$conda install pyspark

It downloaded and seemed to

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-23 10:54

    It seems to be a Java path problem.

    I had the same issue and had exactly the same response, and JAVA_HOME path was not set.

    Check this page and see Moustafa Mahmoud's answer. I only had to take care of suggestion 1. (JAVA_HOME variable).

    Also see link as well.

提交回复
热议问题