Skip to content

Conversation

@menglewis
Copy link
Contributor

Bintray is being deprecated which will cause builds to fail because there are dependencies on Bintray: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Also see #384

This PR replaces the usages of Bintray with repo.scala-sbt.org which I found from this issue on SBT about replacing Bintray. I was able to run a build locally with these changes during the April 26 Bintray brownout.

@mengxr mengxr requested a review from WeichenXu123 April 27, 2021 16:11
@codecov-commenter
Copy link

codecov-commenter commented Apr 27, 2021

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.26%. Comparing base (e7bf66a) to head (0aa1616).
Report is 23 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #385   +/-   ##
=======================================
  Coverage   91.26%   91.26%           
=======================================
  Files          18       18           
  Lines         870      870           
  Branches       53       53           
=======================================
  Hits          794      794           
  Misses         76       76           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1,5 +1,5 @@
// You may use this file to add plugin dependencies for sbt.
resolvers += "Spark Packages repo" at "https://dl.bintray.com/spark-packages/maven/"
resolvers += "Spark Packages repo" at "https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure if I have permissions to re-request a review, but I've made this change and this PR is ready for review again.

@Inkvi
Copy link

Inkvi commented May 3, 2021

Can this PR be reviewed and merged? With bintray down, it's impossible to include package from the maven repository.

@pvillacorta-stratio
Copy link

The issue is still there for instance if you need to import it from cloud platforms. E.g. in Google Cloud Dataproc, AFAIK you cannot specify the locaton of the dependencies as it always goes to Maven, therefore it fails to create the cluster with the GraphFrames dependency.

I really hope the PR can be merged soon :-)

Copy link
Contributor

@WeichenXu123 WeichenXu123 left a comment

Choose a reason for hiding this comment

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

LGTM.

@menglewis
Copy link
Contributor Author

Is there anything else I need to do to get this merged? Happy to help if there's any way I can help.

@mengxr mengxr merged commit de1e840 into graphframes:master May 17, 2021
@mengxr
Copy link
Contributor

mengxr commented May 17, 2021

Merged into master. Thanks!!

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.

7 participants