Skip to content

Commit c68b77b

Browse files
dongjoon-hyunhuangxiaopingRD
authored andcommitted
[SPARK-54005][CORE][TESTS] Remove no-op spark.shuffle.blockTransferService configuration
### What changes were proposed in this pull request? This PR aims to remove no-op `spark.shuffle.blockTransferService` configuration from Apache Spark code based. ### Why are the changes needed? The configuration was removed at Apache Spark 1.6.0. - apache#8161 ### Does this PR introduce _any_ user-facing change? No, this is a clean up of unused test code. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52709 from dongjoon-hyun/SPARK-54005. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d430609 commit c68b77b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/scala/org/apache/spark/ShuffleNettySuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ abstract class ShuffleNettySuite extends ShuffleSuite with BeforeAndAfterAll {
3131
def shouldRunTests: Boolean = true
3232
override def beforeAll(): Unit = {
3333
super.beforeAll()
34-
conf.set("spark.shuffle.blockTransferService", "netty")
3534
conf.set("spark.shuffle.io.mode", ioMode.toString)
3635
}
3736

0 commit comments

Comments
 (0)