From cce55960a78c7c3b654b3ac0b2a808791bc6c6ee Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Thu, 30 Nov 2023 11:06:19 +0800 Subject: [PATCH] release version to 1.1.0 Signed-off-by: Yuan Zhou --- README.md | 2 +- backends-clickhouse/pom.xml | 2 +- backends-velox/pom.xml | 2 +- docs/developers/NewToGluten.md | 2 +- gluten-celeborn/clickhouse/pom.xml | 2 +- gluten-celeborn/common/pom.xml | 2 +- gluten-celeborn/package/pom.xml | 2 +- gluten-celeborn/pom.xml | 2 +- gluten-celeborn/velox/pom.xml | 2 +- gluten-core/pom.xml | 2 +- gluten-data/pom.xml | 2 +- gluten-delta/pom.xml | 2 +- gluten-ui/pom.xml | 2 +- gluten-ut/common/pom.xml | 2 +- gluten-ut/pom.xml | 2 +- gluten-ut/spark32/pom.xml | 2 +- gluten-ut/spark33/pom.xml | 2 +- gluten-ut/spark34/pom.xml | 2 +- package/pom.xml | 2 +- pom.xml | 2 +- shims/common/pom.xml | 2 +- shims/pom.xml | 2 +- shims/spark32/pom.xml | 2 +- shims/spark33/pom.xml | 2 +- shims/spark34/pom.xml | 2 +- substrait/substrait-spark/pom.xml | 2 +- tools/gluten-it/common/pom.xml | 4 ++-- .../glutenproject/integration/tpc/command/SparkRunModes.java | 2 +- tools/gluten-it/package/pom.xml | 2 +- tools/gluten-it/pom.xml | 4 ++-- 30 files changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 99e780030ff2..913b68948e9e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ spark-shell \ --conf spark.memory.offHeap.enabled=true \ --conf spark.memory.offHeap.size=20g \ --conf spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager \ - --jars https://github.com/oap-project/gluten/releases/download/v1.0.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.0.0.jar + --jars https://github.com/oap-project/gluten/releases/download/v1.1.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.1.0.jar ``` # 3.2 Custom Build diff --git a/backends-clickhouse/pom.xml b/backends-clickhouse/pom.xml index dd3a495d6bf1..9fbad75147a0 100644 --- a/backends-clickhouse/pom.xml +++ b/backends-clickhouse/pom.xml @@ -5,7 +5,7 @@ gluten-parent io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/backends-velox/pom.xml b/backends-velox/pom.xml index 740848503521..320cb7f0ae54 100755 --- a/backends-velox/pom.xml +++ b/backends-velox/pom.xml @@ -5,7 +5,7 @@ gluten-parent io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/docs/developers/NewToGluten.md b/docs/developers/NewToGluten.md index 38e88c1195e9..b33b85065760 100644 --- a/docs/developers/NewToGluten.md +++ b/docs/developers/NewToGluten.md @@ -371,6 +371,6 @@ spark-shell --name run_gluten \ --conf spark.plugins=io.glutenproject.GlutenPlugin \ --conf spark.memory.offHeap.enabled=true \ --conf spark.memory.offHeap.size=20g \ - --jars https://github.com/oap-project/gluten/releases/download/v1.0.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.0.0.jar \ + --jars https://github.com/oap-project/gluten/releases/download/v1.1.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.1.0.jar \ --conf spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager ``` diff --git a/gluten-celeborn/clickhouse/pom.xml b/gluten-celeborn/clickhouse/pom.xml index e71dce47d3b6..26549f059b90 100755 --- a/gluten-celeborn/clickhouse/pom.xml +++ b/gluten-celeborn/clickhouse/pom.xml @@ -5,7 +5,7 @@ gluten-celeborn io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-celeborn/common/pom.xml b/gluten-celeborn/common/pom.xml index 1668b6b31b50..32e37a29cd0d 100755 --- a/gluten-celeborn/common/pom.xml +++ b/gluten-celeborn/common/pom.xml @@ -5,7 +5,7 @@ gluten-celeborn io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-celeborn/package/pom.xml b/gluten-celeborn/package/pom.xml index 3613d308edbe..38cf116dcf57 100644 --- a/gluten-celeborn/package/pom.xml +++ b/gluten-celeborn/package/pom.xml @@ -5,7 +5,7 @@ gluten-celeborn io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/gluten-celeborn/pom.xml b/gluten-celeborn/pom.xml index 34cd2696c1fe..60909364c561 100755 --- a/gluten-celeborn/pom.xml +++ b/gluten-celeborn/pom.xml @@ -5,7 +5,7 @@ gluten-parent io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-celeborn/velox/pom.xml b/gluten-celeborn/velox/pom.xml index 7593bb8eab05..9f19c3d887e5 100755 --- a/gluten-celeborn/velox/pom.xml +++ b/gluten-celeborn/velox/pom.xml @@ -5,7 +5,7 @@ gluten-celeborn io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-core/pom.xml b/gluten-core/pom.xml index 1c8a457d6e42..82bf0056ea26 100644 --- a/gluten-core/pom.xml +++ b/gluten-core/pom.xml @@ -5,7 +5,7 @@ gluten-parent io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 4.0.0 diff --git a/gluten-data/pom.xml b/gluten-data/pom.xml index 653cb80346c8..9a2244239966 100644 --- a/gluten-data/pom.xml +++ b/gluten-data/pom.xml @@ -5,7 +5,7 @@ gluten-parent io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-delta/pom.xml b/gluten-delta/pom.xml index 76e64e9e3b4c..733edd0c5f15 100755 --- a/gluten-delta/pom.xml +++ b/gluten-delta/pom.xml @@ -5,7 +5,7 @@ gluten-parent io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-ui/pom.xml b/gluten-ui/pom.xml index af5495838ed8..20fd2ca24bd3 100644 --- a/gluten-ui/pom.xml +++ b/gluten-ui/pom.xml @@ -6,7 +6,7 @@ io.glutenproject gluten-parent - 1.1.0-SNAPSHOT + 1.1.0 gluten-ui diff --git a/gluten-ut/common/pom.xml b/gluten-ut/common/pom.xml index a812408e833c..7d5014dedcba 100644 --- a/gluten-ut/common/pom.xml +++ b/gluten-ut/common/pom.xml @@ -5,7 +5,7 @@ gluten-ut io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-ut/pom.xml b/gluten-ut/pom.xml index 75d80f3eda3d..c3fc7c310164 100644 --- a/gluten-ut/pom.xml +++ b/gluten-ut/pom.xml @@ -20,7 +20,7 @@ io.glutenproject gluten-parent - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/gluten-ut/spark32/pom.xml b/gluten-ut/spark32/pom.xml index ab5c4a872cb8..00f881d3b8b7 100644 --- a/gluten-ut/spark32/pom.xml +++ b/gluten-ut/spark32/pom.xml @@ -5,7 +5,7 @@ gluten-ut io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-ut/spark33/pom.xml b/gluten-ut/spark33/pom.xml index 2b5bd3850e27..3f47d259e26d 100644 --- a/gluten-ut/spark33/pom.xml +++ b/gluten-ut/spark33/pom.xml @@ -5,7 +5,7 @@ gluten-ut io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/gluten-ut/spark34/pom.xml b/gluten-ut/spark34/pom.xml index b7f20843387c..f83865d89ec0 100644 --- a/gluten-ut/spark34/pom.xml +++ b/gluten-ut/spark34/pom.xml @@ -5,7 +5,7 @@ gluten-ut io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml 4.0.0 diff --git a/package/pom.xml b/package/pom.xml index 12373b1a887c..6e7df75db477 100644 --- a/package/pom.xml +++ b/package/pom.xml @@ -20,7 +20,7 @@ io.glutenproject gluten-parent - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 78c4c2e6f369..0990cf5ebf1b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 io.glutenproject gluten-parent - 1.1.0-SNAPSHOT + 1.1.0 pom Gluten Parent Pom diff --git a/shims/common/pom.xml b/shims/common/pom.xml index 70ec2a1c2a65..ea498c786fdc 100644 --- a/shims/common/pom.xml +++ b/shims/common/pom.xml @@ -20,7 +20,7 @@ io.glutenproject spark-sql-columnar-shims - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/shims/pom.xml b/shims/pom.xml index 78fa612d8b71..b9608a87f75f 100644 --- a/shims/pom.xml +++ b/shims/pom.xml @@ -20,7 +20,7 @@ io.glutenproject gluten-parent - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/shims/spark32/pom.xml b/shims/spark32/pom.xml index 44eb72dce289..bbdcff431d55 100644 --- a/shims/spark32/pom.xml +++ b/shims/spark32/pom.xml @@ -20,7 +20,7 @@ io.glutenproject spark-sql-columnar-shims - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/shims/spark33/pom.xml b/shims/spark33/pom.xml index c9bf97c2fa85..fe6f75b36b58 100644 --- a/shims/spark33/pom.xml +++ b/shims/spark33/pom.xml @@ -20,7 +20,7 @@ io.glutenproject spark-sql-columnar-shims - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/shims/spark34/pom.xml b/shims/spark34/pom.xml index 5b10f8761bbc..c2cd245a1995 100644 --- a/shims/spark34/pom.xml +++ b/shims/spark34/pom.xml @@ -20,7 +20,7 @@ io.glutenproject spark-sql-columnar-shims - 1.1.0-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/substrait/substrait-spark/pom.xml b/substrait/substrait-spark/pom.xml index 8f3d16695c28..5b67d7bf6b77 100644 --- a/substrait/substrait-spark/pom.xml +++ b/substrait/substrait-spark/pom.xml @@ -5,7 +5,7 @@ gluten-parent io.glutenproject - 1.1.0-SNAPSHOT + 1.1.0 ../../pom.xml 4.0.0 diff --git a/tools/gluten-it/common/pom.xml b/tools/gluten-it/common/pom.xml index d3c6d0c21ae0..db3c697d0493 100644 --- a/tools/gluten-it/common/pom.xml +++ b/tools/gluten-it/common/pom.xml @@ -7,11 +7,11 @@ io.glutenproject gluten-it - 1.1.0-SNAPSHOT + 1.1.0 gluten-it-common - 1.1.0-SNAPSHOT + 1.1.0 jar diff --git a/tools/gluten-it/common/src/main/java/io/glutenproject/integration/tpc/command/SparkRunModes.java b/tools/gluten-it/common/src/main/java/io/glutenproject/integration/tpc/command/SparkRunModes.java index d10aaa3805f2..ee66218c8571 100644 --- a/tools/gluten-it/common/src/main/java/io/glutenproject/integration/tpc/command/SparkRunModes.java +++ b/tools/gluten-it/common/src/main/java/io/glutenproject/integration/tpc/command/SparkRunModes.java @@ -101,7 +101,7 @@ public Map extraSparkConf() { private static class LocalClusterMode implements Mode { // We should transfer the jars to be tested in the integration testing to executors - public static final String[] EXTRA_JARS = new String[]{"gluten-package-1.1.0-SNAPSHOT.jar"}; + public static final String[] EXTRA_JARS = new String[]{"gluten-package-1.1.0.jar"}; @CommandLine.Option(names = {"--local-cluster"}, description = "Run in Spark local cluster mode", required = true) private boolean enabled; diff --git a/tools/gluten-it/package/pom.xml b/tools/gluten-it/package/pom.xml index 0177628a8ca5..c7df3c5e3cd3 100644 --- a/tools/gluten-it/package/pom.xml +++ b/tools/gluten-it/package/pom.xml @@ -5,7 +5,7 @@ io.glutenproject gluten-it - 1.1.0-SNAPSHOT + 1.1.0 gluten-it-package Archetype - assembly diff --git a/tools/gluten-it/pom.xml b/tools/gluten-it/pom.xml index 65fbeacc03ae..61abc2c0541c 100644 --- a/tools/gluten-it/pom.xml +++ b/tools/gluten-it/pom.xml @@ -6,7 +6,7 @@ io.glutenproject gluten-it - 1.1.0-SNAPSHOT + 1.1.0 pom common @@ -24,7 +24,7 @@ 2.12 3 0.3.0-incubating - 1.1.0-SNAPSHOT + 1.1.0 32.0.1-jre 1.1 1.4