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
Follow this:
Create a bin folder in any directory(to be used in step 3).
bin
Download winutils.exe and place it in the bin directory.
Now add System.setProperty("hadoop.home.dir", "PATH/TO/THE/DIR"); in your code.
System.setProperty("hadoop.home.dir", "PATH/TO/THE/DIR");