Realtime Twitter Sentimental Analysis with Apache Spark (Scala)

(Using "sbt" as build tool)
Spark version: 1.6.0
Scala version: 2.10.5

Building & Execution: Create a copy of src/main/resources/application.conf.sample with name application.conf & enter the twitter App secrets in the newly created file.
sbt package
sbt run

TODO:
1. Logging
2. Refactoring
3. Sentimental discovery logic code.