This is an automated email from the ASF dual-hosted git repository.

kerwinzhang pushed a commit to branch gluten_celeborn
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/gluten_celeborn by this push:
     new 4b026ae86 [CELEBORN-870][DOC] Document on usage together with Gluten
4b026ae86 is described below

commit 4b026ae8612a94acfe347260c3ee0e7a1c7c4cf4
Author: xiyu.zk <[email protected]>
AuthorDate: Wed Aug 2 12:23:06 2023 +0800

    [CELEBORN-870][DOC] Document on usage together with Gluten
---
 docs/developers/glutensupport.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/developers/glutensupport.md b/docs/developers/glutensupport.md
index 9aa4c5e03..855b09f3c 100644
--- a/docs/developers/glutensupport.md
+++ b/docs/developers/glutensupport.md
@@ -31,8 +31,8 @@ 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: xxxx.jar
-- Gluten: xxx.jar
+- Celeborn: celeborn-client-spark-3-shaded_2.12-0.3.0-incubating.jar
+- Gluten: gluten-velox-bundle-spark3.x_2.12-xx-xx-SNAPSHOT.jar, 
gluten-thirdparty-lib-xx.jar
 
 Currently to use Gluten following configurations are required in 
`spark-defaults.conf`
 

Reply via email to