Hey Matthew,
I'm having some difficulty with running the "Spark-Scala" application and was following your blog post;. I noticed that you skipped the jar packaging step in the guide, so I followed the Github repository readme by running "mvn compile". However, this doesn't create the jar file within the "target" directory; instead, the "target" directory has a directory "classes" and a classes.timestamp file, and "classes" has the "ExampleJob.class" bytecode. Could you assist with this issue?