We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ce7d8 commit 1090b58Copy full SHA for 1090b58
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
@@ -138,7 +138,7 @@ class DAGScheduler(
138
taskScheduler.setDAGScheduler(this)
139
140
// Flag to control if reduce tasks are assigned preferred locations
141
- private val shuffleLocalityEnabled = sc.getConf.getBoolean("spark.shuffle.locality.enabled", true)
+ private val shuffleLocalityEnabled = sc.getConf.getBoolean("spark.shuffle.reduceLocality.enabled", true)
142
// Number of map, reduce tasks above which we do not assign preferred locations
143
// based on map output sizes. We limit the size of jobs for which assign preferred locations
144
// as sorting the locations by size becomes expensive.
0 commit comments