Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ object SQLConf {
.createWithDefault(10000)

val IGNORE_DATA_LOCALITY =
buildConf("spark.sql.sources.ignore.datalocality")
buildConf("spark.sql.sources.ignoreDataLocality.enabled")
.doc("If true, Spark will not fetch the block locations for each file on " +
"listing files. This speeds up file listing, but the scheduler cannot " +
"schedule tasks to take advantage of data locality. It can be particularly " +
Expand Down