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

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


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

commit 4fb3f31a2d4731daa4f7dc6cb365144f84cf2b1f
Author: Kerwin Zhang <[email protected]>
AuthorDate: Tue Aug 8 10:37:13 2023 +0800

    [CELEBORN-870][FOLLOWUP][DOC] Document on usage together with Gluten (#1793)
---
 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 370286a4f..d3b7b01df 100644
--- a/docs/developers/glutensupport.md
+++ b/docs/developers/glutensupport.md
@@ -44,9 +44,9 @@ spark.celeborn.master.endpoints clb-master:9097
 
 # we recommend set spark.celeborn.push.replicate.enabled to true to enable 
server-side data replication
 # If you have only one worker, this setting must be false 
-spark.celeborn.push.replicate.enabled true
+spark.celeborn.client.push.replicate.enabled true
 
-spark.celeborn.shuffle.writer hash
+spark.celeborn.client.spark.shuffle.writer hash
 spark.shuffle.service.enabled false
 spark.sql.adaptive.localShuffleReader.enabled false
 

Reply via email to