Skip to content

Commit

Permalink
Bring back setRapidsShuffleManager in the driver side (#3389)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Bellina <[email protected]>
  • Loading branch information
abellina authored Sep 4, 2021
1 parent 83b58d3 commit 7cb995c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ abstract class RapidsShuffleInternalManagerBase(conf: SparkConf, val isDriver: B

protected val wrapped = new SortShuffleManager(conf)

GpuShuffleEnv.setRapidsShuffleManager(Some(this))

private[this] val transportEnabledMessage = if (!rapidsConf.shuffleTransportEnabled) {
"Transport disabled (local cached blocks only)"
} else {
Expand Down

0 comments on commit 7cb995c

Please sign in to comment.