Closed petro-rudenko closed 4 years ago
Spark-3.0 mapper implementation through a new ShufflePluginIO. Basically UcxLocalDiskShuffleExecutorComponents uses all the same code as Spark's one with only changing blockResolver = ucxShuffleManager.shuffleBlockResolver
UcxLocalDiskShuffleExecutorComponents
blockResolver = ucxShuffleManager.shuffleBlockResolver
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities (and 0 Security Hotspots to review) 0 Code Smells
No Coverage information No Duplication information
Spark-3.0 mapper implementation through a new ShufflePluginIO. Basically
UcxLocalDiskShuffleExecutorComponents
uses all the same code as Spark's one with only changingblockResolver = ucxShuffleManager.shuffleBlockResolver