You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/06/15 14:45:41 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2888] Bump Spark-3.3.0

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new eaffb27c3 [KYUUBI #2888] Bump Spark-3.3.0
eaffb27c3 is described below

commit eaffb27c37b72eb1225022265701b923bc79e5a9
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Wed Jun 15 22:45:31 2022 +0800

    [KYUUBI #2888] Bump Spark-3.3.0
    
    ### _Why are the changes needed?_
    
    Bump Spark-3.3.0
    
    ### _How was this patch tested?_
    
    Pass CI.
    
    Closes #2888 from cfmcgrady/spark33-release.
    
    Closes #2888
    
    88216059 [Fu Chen] bump spark-3.3.0
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml |  2 +-
 pom.xml                      | 13 -------------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index e9d94976b..2397889a4 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -63,7 +63,7 @@ jobs:
             comment: 'verify-spark-3.1'
           - java: 8
             spark: '3.2'
-            spark-archive: '-Dspark.archive.mirror=https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc6-bin -Dspark.archive.name=spark-3.3.0-bin-hadoop3.tgz'
+            spark-archive: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.3.0 -Dspark.archive.name=spark-3.3.0-bin-hadoop3.tgz'
             exclude-tags: '-Dmaven.plugin.scalatest.exclude.tags=org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
             comment: 'verify-spark-3.3'
     env:
diff --git a/pom.xml b/pom.xml
index 06cbe0295..fe008990b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2008,22 +2008,9 @@
 
         <profile>
             <id>spark-3.3</id>
-            <repositories>
-                <repository>
-                    <id>Apache Staging Repository</id>
-                    <url>https://repository.apache.org/content/repositories/orgapachespark-1407</url>
-                    <releases>
-                        <enabled>true</enabled>
-                    </releases>
-                    <snapshots>
-                        <enabled>true</enabled>
-                    </snapshots>
-                </repository>
-            </repositories>
             <properties>
                 <spark.version>3.3.0</spark.version>
                 <spark.archive.name>spark-${spark.version}-bin-hadoop3.tgz</spark.archive.name>
-                <spark.archive.mirror>https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc6-bin/</spark.archive.mirror>
                 <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
             </properties>
             <modules>