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

jackylee 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 a7908ffb61 [GLUTEN-7559][VL][UNIFFLE] Set rss.enabled to true in 
UniffleShuffleManager (#7560)
a7908ffb61 is described below

commit a7908ffb618be2abe32e0e03c8dc340fd51620b3
Author: Zhen Wang <[email protected]>
AuthorDate: Thu Oct 17 16:23:21 2024 +0800

    [GLUTEN-7559][VL][UNIFFLE] Set rss.enabled to true in UniffleShuffleManager 
(#7560)
---
 .../org/apache/spark/shuffle/gluten/uniffle/UniffleShuffleManager.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/gluten-uniffle/velox/src/main/java/org/apache/spark/shuffle/gluten/uniffle/UniffleShuffleManager.java
 
b/gluten-uniffle/velox/src/main/java/org/apache/spark/shuffle/gluten/uniffle/UniffleShuffleManager.java
index 6aaf5cdf6e..2f1d53ce0a 100644
--- 
a/gluten-uniffle/velox/src/main/java/org/apache/spark/shuffle/gluten/uniffle/UniffleShuffleManager.java
+++ 
b/gluten-uniffle/velox/src/main/java/org/apache/spark/shuffle/gluten/uniffle/UniffleShuffleManager.java
@@ -36,6 +36,8 @@ public class UniffleShuffleManager extends RssShuffleManager {
 
   public UniffleShuffleManager(SparkConf conf, boolean isDriver) {
     super(conf, isDriver);
+    // FIXME: remove this after 
https://github.com/apache/incubator-uniffle/pull/2193
+    conf.set(RssSparkConfig.RSS_ENABLED.key(), "true");
   }
 
   @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to