Skip to content

Instantly share code, notes, and snippets.

@omervk
Last active December 18, 2016 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omervk/9481b99151249e7d7056f7e4f4a80f47 to your computer and use it in GitHub Desktop.
Save omervk/9481b99151249e7d7056f7e4f4a80f47 to your computer and use it in GitHub Desktop.
Upload result of assembly to Databricks using their plugin, instead of the entire classpath
dbcClasspath := Seq((assemblyOutputPath in assembly).value)
dbcUpload <<= dbcUpload dependsOn assembly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment