Skip to content

Commit 0c2ce85

Browse files
committed
change to internal config
1 parent 3da440b commit 0c2ce85

File tree

1 file changed

+5
-4
lines changed
  • core/src/main/scala/org/apache/spark/internal/config

1 file changed

+5
-4
lines changed

core/src/main/scala/org/apache/spark/internal/config/package.scala

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,10 +1182,11 @@ package object config {
11821182

11831183
private[spark] val IO_FILE_UNSPLITTABLE_WARNING_THRESHOLD =
11841184
ConfigBuilder("spark.io.file.unsplittable.warning.threshold")
1185-
.doc("When spark loading one single large unsplittable file, if file size exceed this " +
1186-
"threshold, then log warning.")
1187-
.longConf
1188-
.createWithDefault(1024 * 1024 * 1024)
1185+
.internal()
1186+
.doc("When spark loading one single large unsplittable file, if file size exceed this " +
1187+
"threshold, then log warning.")
1188+
.longConf
1189+
.createWithDefault(1024 * 1024 * 1024)
11891190

11901191
private[spark] val EVENT_LOG_COMPRESSION_CODEC =
11911192
ConfigBuilder("spark.eventLog.compression.codec")

0 commit comments

Comments
 (0)