Skip to content

Commit

Permalink
release version to v1.1.1 (#4838)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiting-chen authored Mar 2, 2024
1 parent 1ffc9cf commit 7999b61
Show file tree
Hide file tree
Showing 31 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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_x86_64-1.0.0.jar
--jars https://github.com/oap-project/gluten/releases/download/v1.1.1/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04_x86_64-1.1.1.jar
```

# 3.2 Custom Build
Expand Down
2 changes: 1 addition & 1 deletion backends-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-parent</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backends-velox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-parent</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/NewToGluten.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ 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_x86_64-1.0.0.jar \
--jars https://github.com/oap-project/gluten/releases/download/v1.1.1/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04_x86_64-1.1.1.jar \
--conf spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager
```

Expand Down
2 changes: 1 addition & 1 deletion gluten-celeborn/clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-celeborn</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-celeborn/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-celeborn</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-celeborn/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-celeborn</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gluten-celeborn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-parent</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-celeborn/velox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-celeborn</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-parent</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gluten-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-parent</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-delta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-parent</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-parent</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>gluten-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>gluten-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gluten-ut/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-ut</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-ut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>gluten-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gluten-ut/spark32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-ut</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-ut/spark33/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-ut</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gluten-ut/spark34/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gluten-ut</artifactId>
<groupId>io.glutenproject</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>gluten-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.glutenproject</groupId>
<artifactId>gluten-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>Gluten Parent Pom</name>
Expand Down
2 changes: 1 addition & 1 deletion shims/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>spark-sql-columnar-shims</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>gluten-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shims/spark32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>spark-sql-columnar-shims</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shims/spark33/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>spark-sql-columnar-shims</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion shims/spark34/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>spark-sql-columnar-shims</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions tools/gluten-it/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>gluten-it</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>gluten-it-common</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public Map<String, String> 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.2.0-SNAPSHOT.jar"};
public static final String[] EXTRA_JARS = new String[]{"gluten-package-1.1.1.jar"};

@CommandLine.Option(names = {"--local-cluster"}, description = "Run in Spark local cluster mode", required = true)
private boolean enabled;
Expand Down
2 changes: 1 addition & 1 deletion tools/gluten-it/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.glutenproject</groupId>
<artifactId>gluten-it</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>gluten-it-package</artifactId>
<name>Archetype - assembly</name>
Expand Down
4 changes: 2 additions & 2 deletions tools/gluten-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.glutenproject</groupId>
<artifactId>gluten-it</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<modules>
<module>common</module>
Expand All @@ -24,7 +24,7 @@
<scala.binary.version>2.12</scala.binary.version>
<spark.major.version>3</spark.major.version>
<celeborn.version>0.3.0-incubating</celeborn.version>
<gluten.version>1.2.0-SNAPSHOT</gluten.version>
<gluten.version>1.1.1</gluten.version>
<guava.version>32.0.1-jre</guava.version>
<tpch.version>1.1</tpch.version>
<tpcds.version>1.4</tpcds.version>
Expand Down
2 changes: 1 addition & 1 deletion tools/workload/tpcds/run_tpcds/run_tpcds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ cat tpcds_parquet.scala | ${SPARK_HOME}/bin/spark-shell \
# e.g.
# --conf spark.gluten.loadLibFromJar=true \
# --jars /PATH_TO_GLUTEN_HOME/package/target/thirdparty-lib/gluten-thirdparty-lib-ubuntu-22.04-x86_64.jar,
# /PATH_TO_GLUTEN_HOME/package/target/gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04_x86_64-1.2.0-SNAPSHOT.jar
# /PATH_TO_GLUTEN_HOME/package/target/gluten-velox-bundle-spark3.3_2.12-ubuntu_22.04_x86_64-1.1.1.jar

0 comments on commit 7999b61

Please sign in to comment.