sbt-databricks icon indicating copy to clipboard operation
sbt-databricks copied to clipboard

[WIP] Porting dbcDeploy on API v2.0

Open MaxGekk opened this issue 7 years ago • 8 comments

The uploadJar() and attachToCluster() methods are overwritten and ported on REST API v2.0.

MaxGekk avatar Mar 13 '18 22:03 MaxGekk

@brkyvz @JoshRosen In general, do you agree with the changes?

MaxGekk avatar Mar 25 '18 16:03 MaxGekk

@MaxGekk Unfortunately we can't directly link to the library you have developed :/ It needs to be maintained within the databricks org.

brkyvz avatar Mar 25 '18 18:03 brkyvz

@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?

MaxGekk avatar Mar 25 '18 18:03 MaxGekk

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 .

brkyvz avatar Mar 25 '18 19:03 brkyvz

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

calvinlfer avatar Apr 26 '18 03:04 calvinlfer

@brkyvz I have included all source codes to the PR. Could you, please, look at CI build. Can we exclude jdk6 and jdk7?

MaxGekk avatar May 06 '18 17:05 MaxGekk

We probably can. @gatorsmile and team will now own maintaining this plugin.

brkyvz avatar May 07 '18 07:05 brkyvz

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

calvinlfer avatar May 13 '18 22:05 calvinlfer