I\'m not able to run a simple spark
job in Scala IDE
(Maven spark project) installed on Windows 7
Spark core dependency has be
Here is a good explanation of your problem with the solution.
SetUp your HADOOP_HOME environment variable on the OS level or programmatically:
System.setProperty("hadoop.home.dir", "full path to the folder with winutils");
Enjoy