spark-shell The system cannot find the path specified

后端 未结 2 1619
不思量自难忘°
不思量自难忘° 2020-12-21 08:43

I am trying to run spark-shell command on cmd prompt on Windows 7. I have installed hadoop and have kept it under C:\\winutils\\hadoop-common-2.2.0-bin-master\\bin and Spark

2条回答
  •  北海茫月
    2020-12-21 09:05

    Your JAVA_HOME is set to JRE, please make sure you point it to your JDK folder (it should be located next to your the JRE)

提交回复
热议问题