MrPowers / spark-sbt.g8

A giter8 template for Spark SBT projects
72 stars 23 forks source link

add explicit scalatest dependency #5

Closed pjazdzewski1990 closed 7 years ago

pjazdzewski1990 commented 7 years ago

Hi Matthew, I was playing with with your template a little. Looks like it has compile time issues when trying to run with Spark 2.2.0. Not entirely sure what is the cause (possibly some change in other dependencies), but this one liner seems to solve the issue for 2.2 and works for the default version too. Since, your template is really easy to get started I thought this one-liner could help "future generations". Feel free to accept this PR or turn it in an issue, if you see a better solution. Hope it helps and thanks for the cool getting-started code

MrPowers commented 7 years ago

Thanks for the pull request @pjazdzewski1990!!!!

Let me know if you have any other suggestions on how we can improve this project 😄