==Assignment==
This assignment will be going over how to do a simple word count in Scala using Spark.
===Introduction To Scala===
Scala is a programming language that is based off of Java, but is meant for more scalable applications. Information on scala can be found at: http://www.scala-lang.org/
====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.
====Setting Up The Scala Environment====