The purpose of this repo is to make sure that you understand how to pass in schema for different datasets.
Please make sure you have the following installed
- Java 8
- Scala 2.11
- Sbt 1.1.x
- Apache Spark 2.4 with ability to run spark-submit locally
- Clone this repo
- Build: sbt package
- Test: sbt test
- Fix the code such that the tests pass.