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

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


The following commit(s) were added to refs/heads/branch-0.1 by this push:
     new 34c3f46e update doc.
34c3f46e is described below

commit 34c3f46effc28b697a1bb403293b266ff85d597c
Author: Ethan Feng <[email protected]>
AuthorDate: Thu Dec 8 11:16:33 2022 +0800

    update doc.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2badec14..8437b19e 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ spark.rss.shuffle.writer.mode hash
 spark.rss.push.data.replicate true
 
 # Support for Spark AQE only tested under Spark 3
-# we recommend set localShuffleReader to false to get better performance of RSS
+# we strongly recommend set localShuffleReader to false when using RSS to 
avoid performance drop.
 spark.sql.adaptive.localShuffleReader.enabled false
 
 # we recommend enable aqe support to gain better performance

Reply via email to