[WIP] Porting dbcDeploy on API v2.0
The uploadJar() and attachToCluster() methods are overwritten and ported on REST API v2.0.
@brkyvz @JoshRosen In general, do you agree with the changes?
@MaxGekk Unfortunately we can't directly link to the library you have developed :/ It needs to be maintained within the databricks org.
@brkyvz In the case if I would include all source code from my library needed to port the plugin on API v2.0 into this PR, it would be ok for you?
That works
On Sun, Mar 25, 2018, 11:56 AM Maxim Gekk [email protected] wrote:
@brkyvz https://github.com/brkyvz In the case if I would include all source code from my library needed to port the plugin on API v2.0, it would be ok for you?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/databricks/sbt-databricks/pull/46#issuecomment-375994166, or mute the thread https://github.com/notifications/unsubscribe-auth/AFACew9xdMrXgD-TYzUKl_WrYlIQShF6ks5th-hDgaJpZM4Spita .
Hello @brkyvz and @MaxGekk , any update on this? It would be really great to have this functionality 👍
Also, not sure if there's any plans to support SBT 1.x but that would be great too
@brkyvz I have included all source codes to the PR. Could you, please, look at CI build. Can we exclude jdk6 and jdk7?
We probably can. @gatorsmile and team will now own maintaining this plugin.
Failing for JDK 7, the Base64 functionality isn't part of java.util it seems :-(
object Base64 is not a member of package java.util