I would like to run Spark from source code on my Windows machine. I did the following steps:
- git clone https://github.com/apache/spark
- Added the SPARK_HOME variable into the user variables.
- Added %SPARK_HOME%\bin to the PATH variable.
- ./build/mvn -DskipTests clean package
- ./bin/spark-shell
The last command returns the following error:
What should I do to fix the error?