From eb67d1670d3d916ae5159ae41ec9eb2bb597db6e Mon Sep 17 00:00:00 2001 From: Tim Liu Date: Wed, 9 Sep 2020 10:25:30 +0800 Subject: [PATCH] Change shims dependency to spark-3.0.1 As spark version 3.0.1 has been released, change shims dependency from 3.0.1-SNAPSHOT to 3.0.1 Signed-off-by: Tim Liu --- api_validation/README.md | 4 ++-- integration_tests/pom.xml | 2 +- jenkins/Jenkinsfile.301.integration | 4 ++-- pom.xml | 2 +- tests/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api_validation/README.md b/api_validation/README.md index 8f544cd31aa..e6b16a41e55 100644 --- a/api_validation/README.md +++ b/api_validation/README.md @@ -2,7 +2,7 @@ API validation script checks the compatibility of community Spark Execs and GPU Execs in the Rapids Plugin for Spark. For example: HashAggregateExec with GpuHashAggregateExec. -Script can be used to audit different versions of Spark(3.0.0, 3.0.1-SNAPSHOT and 3.1.0-SNAPSHOT) +Script can be used to audit different versions of Spark(3.0.0, 3.0.1 and 3.1.0-SNAPSHOT) The script prints Execs where validation fails. Validation fails when: 1) The number of parameters differ between community Spark Execs and Gpu Execs. @@ -17,7 +17,7 @@ It requires cudf, rapids-4-spark and spark jars. ``` cd api_validation -// To run validation script on all version of Spark(3.0.0, 3.0.1-SNAPSHOT and 3.1.0-SNAPSHOT) +// To run validation script on all version of Spark(3.0.0, 3.0.1 and 3.1.0-SNAPSHOT) sh auditAllVersions.sh // To run script on particular version we can use profile(spark300, spark301 and spark310) diff --git a/integration_tests/pom.xml b/integration_tests/pom.xml index e6b76445611..6671cc19c25 100644 --- a/integration_tests/pom.xml +++ b/integration_tests/pom.xml @@ -41,7 +41,7 @@ spark301tests - 3.0.1-SNAPSHOT + 3.0.1 diff --git a/jenkins/Jenkinsfile.301.integration b/jenkins/Jenkinsfile.301.integration index 93188fde0c1..868cd22eb12 100644 --- a/jenkins/Jenkinsfile.301.integration +++ b/jenkins/Jenkinsfile.301.integration @@ -51,9 +51,9 @@ pipeline { } stages { - stage('IT on 3.0.1-SNAPSHOT') { + stage('IT on 3.0.1') { agent { label 'docker-gpu' } - environment {SPARK_VER='3.0.1-SNAPSHOT'} + environment {SPARK_VER='3.0.1'} steps { script { def CUDA_NAME=sh(returnStdout: true, diff --git a/pom.xml b/pom.xml index e60dd5d2bbb..3035229b29f 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ - 3.0.1-SNAPSHOT + 3.0.1 3.0.2-SNAPSHOT 3.1.0-SNAPSHOT diff --git a/tests/pom.xml b/tests/pom.xml index a59f89c84ed..6eebac31989 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -43,7 +43,7 @@ spark301tests - 3.0.1-SNAPSHOT + 3.0.1