From 2e21f0864c5cb2412b3c88b8fa5e35b69eb6f189 Mon Sep 17 00:00:00 2001 From: Cheng Pan <379377944@qq.com> Date: Mon, 31 May 2021 09:07:15 +0800 Subject: [PATCH] [KYUUBI #651] [BUILD] Bump Spark 3.1.2 ### _Why are the changes needed?_ ### _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 - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request Closes #651 from pan3793/spark-3.1.2. Closes #651 1dddf786 [Cheng Pan] [BUILD] Bump Spark 3.1.2 Authored-by: Cheng Pan <379377944@qq.com> Signed-off-by: ulysses-you --- .github/workflows/master.yml | 2 +- .travis.yml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index fe03c0e8a5d..467bd661d6f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -34,7 +34,7 @@ jobs: matrix: profiles: - '' - - '-Pspark-3.0 -Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.1 -Dspark.archive.name=spark-3.1.1-bin-hadoop2.7.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest' + - '-Pspark-3.0 -Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.2 -Dspark.archive.name=spark-3.1.2-bin-hadoop2.7.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest' - '-Pspark-3.1 -Pkyuubi-extension-spark_3.1' - '-Pspark-master -pl :kyuubi-spark-sql-engine,:kyuubi-common,:kyuubi-ha,:kyuubi-zookeeper' env: diff --git a/.travis.yml b/.travis.yml index 497a0e0a9b9..384acb52647 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ matrix: - CODECOV="true" - name: Test Kyuubi w/ -Pspark-3.0 and Spark 3.1 binary env: - - PROFILE="-Pspark-3.0 -Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.1 -Dspark.archive.name=spark-3.1.1-bin-hadoop2.7.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest" + - PROFILE="-Pspark-3.0 -Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.2 -Dspark.archive.name=spark-3.1.2-bin-hadoop2.7.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest" - JOB="build" - name: Test Kyuubi w/ -Pspark-3.1 -Pkyuubi-extension-spark_3.1 env: diff --git a/pom.xml b/pom.xml index 47efc14c8f7..0bd30999703 100644 --- a/pom.xml +++ b/pom.xml @@ -1574,7 +1574,7 @@ spark-3.1 - 3.1.1 + 3.1.2 1.0.0 org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.IcebergTest @@ -1612,7 +1612,7 @@ kyuubi-extension-spark_3.1 - 3.1.1 + 3.1.2 dev/kyuubi-extension-spark_3.1