[KYUUBI #2817] Bump Spark 3.3.0-rc5

### _Why are the changes needed?_

https://www.mail-archive.com/devspark.apache.org/msg29070.html

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #2817 from pan3793/spark-3.3.0-rc5.

Closes #2817

7286ade8 [Cheng Pan] fix
a8079694 [Cheng Pan] update
aba2f427 [Cheng Pan] Build: Bump Spark 3.3.0-rc5

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2022-06-07 10:01:00 +08:00
parent 411992cd00
commit 9ee4a9e37f
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -1990,7 +1990,7 @@
<repositories>
<repository>
<id>Apache Staging Repository</id>
<url>https://repository.apache.org/content/repositories/orgapachespark-1404</url>
<url>https://repository.apache.org/content/repositories/orgapachespark-1406</url>
<releases>
<enabled>true</enabled>
</releases>
@ -2002,7 +2002,7 @@
<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-rc3-bin/</spark.archive.mirror>
<spark.archive.mirror>https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc5-bin/</spark.archive.mirror>
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
</properties>
<modules>