From 4b026ae8612a94acfe347260c3ee0e7a1c7c4cf4 Mon Sep 17 00:00:00 2001 From: "xiyu.zk" Date: Wed, 2 Aug 2023 12:23:06 +0800 Subject: [PATCH] [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 9aa4c5e03d4..855b09f3ccb 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`