Skip to content

[WIP] Porting dbcDeploy on API v2.0#46

Open
MaxGekk wants to merge 7 commits intodatabricks:masterfrom
MaxGekk:porting-on-api_v2.0
Open

[WIP] Porting dbcDeploy on API v2.0#46
MaxGekk wants to merge 7 commits intodatabricks:masterfrom
MaxGekk:porting-on-api_v2.0

Conversation

@MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Mar 13, 2018

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

@MaxGekk MaxGekk requested review from JoshRosen and brkyvz March 25, 2018 16:32
@MaxGekk
Copy link
Member Author

MaxGekk commented Mar 25, 2018

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

build.sbt Outdated
scalaVersion := "2.10.4"
scalaVersion := "2.10.7"

resolvers += Resolver.bintrayRepo("maxgekk", "maven")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately we can't use your repo :(

@brkyvz
Copy link
Contributor

brkyvz commented Mar 25, 2018

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

@MaxGekk
Copy link
Member Author

MaxGekk commented Mar 25, 2018

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

@brkyvz
Copy link
Contributor

brkyvz commented Mar 25, 2018 via email

@calvinlfer
Copy link

calvinlfer commented Apr 26, 2018

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

@MaxGekk
Copy link
Member Author

MaxGekk commented May 6, 2018

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

@brkyvz
Copy link
Contributor

brkyvz commented May 7, 2018

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

@calvinlfer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants