Add sbt assembly plugin to be able to build fat jar locally with all needed dependencies to include it to Spark classpath
Why?
Sometimes it's not convenient to use --packages with spark-submit command but just include a fat jar with all needed dependencies to classpath might be much simpler.
What's in this PR?
Add sbt assembly plugin to be able to build fat jar locally with all needed dependencies to include it to Spark classpath
Why?
Sometimes it's not convenient to use
--packages
with spark-submit command but just include a fat jar with all needed dependencies to classpath might be much simpler.Related PR: https://github.com/banzaicloud/spark-metrics/pull/74 (I have added simpleclient_common to dependencies since it needed for simpleclient_pushgateway and simpleclient)
Checklist