This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new c35003183 [VL] Update gluten jars in docs (#5179)
c35003183 is described below
commit c350031835c5cf6769ddb159188e3c1bcc8fe0c6
Author: Yan Ma <[email protected]>
AuthorDate: Thu Mar 28 17:59:17 2024 +0800
[VL] Update gluten jars in docs (#5179)
---
docs/developers/NewToGluten.md | 2 +-
docs/get-started/Velox.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/developers/NewToGluten.md b/docs/developers/NewToGluten.md
index 681f5f37e..1160d72c8 100644
--- a/docs/developers/NewToGluten.md
+++ b/docs/developers/NewToGluten.md
@@ -383,7 +383,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/apache/incubator-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/apache/incubator-gluten/releases/download/v1.1.1/gluten-velox-bundle-spark3.2_2.12-1.1.1.jar
\
--conf
spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager
```
diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md
index 1fabfc0fe..d6508f369 100644
--- a/docs/get-started/Velox.md
+++ b/docs/get-started/Velox.md
@@ -218,7 +218,7 @@ mvn clean package -Pbackends-velox -Pspark-3.3 -Prss
-DskipTests
Then add the Gluten and Spark Celeborn Client packages to your Spark
application's classpath(usually add them into `$SPARK_HOME/jars`).
- Celeborn: celeborn-client-spark-3-shaded_2.12-[celebornVersion].jar
-- Gluten: gluten-velox-bundle-spark3.x_2.12-xx_xx_xx-SNAPSHOT.jar,
gluten-thirdparty-lib-xx-xx.jar
+- Gluten: gluten-velox-bundle-spark3.x_2.12-xx_xx_xx-SNAPSHOT.jar,
gluten-celeborn-package-xx-SNAPSHOT.jar
Currently to use Gluten following configurations are required in
`spark-defaults.conf`
@@ -264,7 +264,7 @@ First of all, compile gluten-delta module by a `delta`
profile, as follows:
mvn clean package -Pbackends-velox -Pspark-3.3 -Pdelta -DskipTests
```
-Then, put the additional gluten-delta jar to the class path (usually it's
`$SPARK_HOME/jars`).
+Then, put the additional `gluten-delta-XX-SNAPSHOT.jar` to the class path
(usually it's `$SPARK_HOME/jars`).
The gluten-delta jar is in `gluten-delta/target` directory.
After the two steps, you can query delta table by gluten/velox without scan's
fallback.
@@ -284,7 +284,7 @@ First of all, compile gluten-iceberg module by a `iceberg`
profile, as follows:
mvn clean package -Pbackends-velox -Pspark-3.3 -Piceberg -DskipTests
```
-Then, put the additional gluten-iceberg jar to the class path (usually it's
`$SPARK_HOME/jars`).
+Then, put the additional `gluten-iceberg-XX-SNAPSHOT.jar` to the class path
(usually it's `$SPARK_HOME/jars`).
The gluten-iceberg jar is in `gluten-iceberg/target` directory.
After the two steps, you can query iceberg table by gluten/velox without
scan's fallback.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]