Changes

Jump to: navigation, search

The Real A Team

2 bytes removed, 12:31, 7 April 2016
Introduction To Spark
====Setting Up The Scala Environment For Spark====
To run a stand alone application on windows, using the Scala IDE, you need to create a Marven Maven project. You do this by clicking File > new > Project > Marven Maven Project. Once the project is created, to use Scala instead of Java, the name of your source file should be refactored from src/main/java to src/main/scala.
From here you need to edit the pom.xml file to include Spark.

Navigation menu