This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 183eb75  [SPARK-35227][BUILD] Update the resolver for spark-packages 
in SparkSubmit
183eb75 is described below

commit 183eb75e0d98c852b580cbd9666735fea71cb77d
Author: Bo Zhang <bo.zh...@databricks.com>
AuthorDate: Tue Apr 27 10:59:30 2021 +0900

    [SPARK-35227][BUILD] Update the resolver for spark-packages in SparkSubmit
    
    This change is to use repos.spark-packages.org instead of Bintray as the 
repository service for spark-packages.
    
    The change is needed because Bintray will no longer be available from May 
1st.
    
    This should be transparent for users who use SparkSubmit.
    
    Tested running spark-shell with --packages manually.
    
    Closes #32346 from bozhang2820/replace-bintray.
    
    Authored-by: Bo Zhang <bo.zh...@databricks.com>
    Signed-off-by: hyukjinkwon <gurwls...@apache.org>
    (cherry picked from commit f738fe07b6fc85c880b64a1cc2f6c7cc1cc1379b)
    Signed-off-by: hyukjinkwon <gurwls...@apache.org>
---
 core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala 
b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
index b5e4660..fb82e3b 100644
--- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -1083,7 +1083,7 @@ private[spark] object SparkSubmitUtils {
     val sp: IBiblioResolver = new IBiblioResolver
     sp.setM2compatible(true)
     sp.setUsepoms(true)
-    sp.setRoot("https://dl.bintray.com/spark-packages/maven";)
+    sp.setRoot("https://repos.spark-packages.org/";)
     sp.setName("spark-packages")
     cr.add(sp)
     cr

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to