0

I installed Spark Apache 2.4.4 with Python 3.7.6, this installation works but the problem is that it makes me several errors especially the log4j one that I would like to fix. I followed these instructions but the error is still displayed.

" Set the log4j.rootCategory property value to WARN, console. Save the log4j.properties file."

enter image description here

enter image description here

thebluephantom
  • 16,458
  • 8
  • 40
  • 83
Guimove
  • 17
  • 7

1 Answers1

0

You need to download winutils.exe.Path https://github.com/steveloughran/winutils

This is required to run spark in windows.and keep it in path (create path if not present) C:\winutils\bin.

Reference Spark 1.6-Failed to locate the winutils binary in the hadoop binary path

tarun
  • 218
  • 2
  • 11