diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9acd46653..c3f3ba9dd 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-rc3-bin -Dspark.archive.name=spark-3.3.0-bin-hadoop3.tgz' + spark-archive: '-Dspark.archive.mirror=https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc5-bin -Dspark.archive.name=spark-3.3.0-bin-hadoop3.tgz' exclude-tags: '-Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,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 3ce2f0eef..7525d074d 100644 --- a/pom.xml +++ b/pom.xml @@ -1990,7 +1990,7 @@ Apache Staging Repository - https://repository.apache.org/content/repositories/orgapachespark-1404 + https://repository.apache.org/content/repositories/orgapachespark-1406 true @@ -2002,7 +2002,7 @@ 3.3.0 spark-${spark.version}-bin-hadoop3.tgz - https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc3-bin/ + https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc5-bin/ org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest