Skip to content

Commit

Permalink
[GLUTEN-7559][VL][UNIFFLE] Set rss.enabled to true in UniffleShuffleM…
Browse files Browse the repository at this point in the history
…anager (apache#7560)
  • Loading branch information
wForget authored Oct 17, 2024
1 parent 9a19204 commit a7908ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7908ff

Please sign in to comment.