I\'m not able to run a simple spark job in Scala IDE (Maven spark project) installed on Windows 7
spark
Scala IDE
Windows 7
Spark core dependency has be
On Windows 10 - you should add two different arguments.
(1) Add the new variable and value as - HADOOP_HOME and path (i.e. c:\Hadoop) under System Variables.
(2) Add/append new entry to the "Path" variable as "C:\Hadoop\bin".
The above worked for me.