Changes

Jump to: navigation, search

The Real A Team

175 bytes added, 12:13, 5 April 2016
Using Apache's Spark
==What Is Scala?==
Info on scala can be found at: http://www.scala-lang.org/ but in short, scala is a programming language that was created to build scalable applications. It is based off of Java, and can be seamlessly integrated onto a Java virtual machine (JVM).
 
==IDE Used==
For this asignment the Scala IDE was used. It can be found here: http://scala-ide.org/
The IDE is a version of eclipse with Scala built in.
== A Team Members ==
This assignment will be going over how to do a simple word count in Scala using Spark.
====Setting Up The Scala EnvironmentFor Spark====To run an a stand alone application on windows, using the Scala IDE, you need to create a Marven project. You do this by clicking File > new > Project > Marven Project. Once the project is created, to use Scala instead of Java, the name of your source file should be refacotred refactored from src/main/java to src/main/scala.
From here you need to edit the pom.xml file to include Spark.

Navigation menu