HyukjinKwon commented on a change in pull request #27307: [SPARK-30601][BUILD] 
Add a Google Maven Central as a primary repository
URL: https://github.com/apache/spark/pull/27307#discussion_r369919209
 
 

 ##########
 File path: project/SparkBuild.scala
 ##########
 @@ -224,6 +224,9 @@ object SparkBuild extends PomBuild {
 
     // Override SBT's default resolvers:
     resolvers := Seq(
+      // Google Mirror of Maven Central, placed first so that it's used 
instead of flaky Maven Central.
+      // See https://storage-download.googleapis.com/maven-central/index.html 
for more info.
+      "gcs-maven-central-mirror" at 
"https://maven-central.storage-download.googleapis.com/repos/central/data/";,
 
 Review comment:
   I added the repo to the SBT side as well to match (and fixed some comments).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to