-1

I am trying to install spark on my local. It is giving below error when running spark-shell

The system can't find the path specified

I have updated all environmental variables like JAVA_HOME, SPARK_HOME, PATH variables but still getting the error. enter image description here

Tushar Gupta - curioustushar
  • 58,085
  • 24
  • 103
  • 107
Swetha
  • 11
  • 3

1 Answers1

1

Finally i have changed the JAVA_HOME path resolved my issue.

Space in JAVA_HOME caused the issue. Spark will not be installed if you have spaces in your java path.

Swetha
  • 11
  • 3