You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: