0
votes

Issue

When I try to run spark-shell I get a huge message error that you can see here : https://pastebin.com/8D6RGxUJ

Install

I used this tutorial, but I already have python and java installed. I used spark 3.2.0 instead.

Config : Windows 10

1

1 Answers

1
votes

My guess is that you have to put winutils.exe in the same folder as the $SPARK_HOME%\bin folder. I discovered that after starting from scratch and following this tutorial!