This is an automated email from the ASF dual-hosted git repository.
felixybw 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 59103801e [GLUTEN-5571][DOC] Update Velox build info #5571 (#5572)
59103801e is described below
commit 59103801eb92a3692009e18b0ac80cfc07c7517c
Author: guixiaowen <[email protected]>
AuthorDate: Tue Apr 30 05:27:19 2024 +0800
[GLUTEN-5571][DOC] Update Velox build info #5571 (#5572)
DOC update: Update spark3.4, 3.5 build command
---
docs/get-started/Velox.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md
index c97cfe6fd..a24c99fda 100644
--- a/docs/get-started/Velox.md
+++ b/docs/get-started/Velox.md
@@ -104,11 +104,15 @@ cd /path/to/gluten
mvn clean package -Pbackends-velox -Pceleborn -Puniffle -Pspark-3.2 -DskipTests
# For spark3.3.x
mvn clean package -Pbackends-velox -Pceleborn -Puniffle -Pspark-3.3 -DskipTests
+# For spark3.4.x
+mvn clean package -Pbackends-velox -Pceleborn -Puniffle -Pspark-3.4 -DskipTests
+# For spark3.5.x
+mvn clean package -Pbackends-velox -Pceleborn -Puniffle -Pspark-3.5 -DskipTests
```
notes:The compilation of `Velox` using the script of `build_velox.sh` may fail
caused by `oom`, you can prevent this failure by using the user command of
`export NUM_THREADS=4` before executing the above scripts.
-Once building successfully, the Jar file will be generated in the directory:
package/target/\<gluten-jar\> for Spark 3.2.x/Spark 3.3.x.
+Once building successfully, the Jar file will be generated in the directory:
package/target/\<gluten-jar\> for Spark 3.2.x/Spark 3.3.x/Spark 3.4.x/Spark
3.5.x.
## Dependency library deployment
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]