Last active
December 18, 2016 15:23
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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