File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/src/main/scala/org/apache/spark/internal/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ package object config {
410
410
.doc(" Remote block will be fetched to disk when size of the block is above this threshold " +
411
411
" in bytes. This is to avoid a giant request takes too much memory. We can enable this " +
412
412
" config by setting a specific value(e.g. 200m). Note this configuration will affect " +
413
- " both shuffle fetch and block manager remote block fetch. For users who enabled " +
413
+ " both shuffle fetch and block manager remote block fetch. For users who enabled " +
414
414
" external shuffle service, this feature can only be worked when external shuffle" +
415
415
" service is newer than Spark 2.2." )
416
416
.bytesConf(ByteUnit .BYTE )
You can’t perform that action at this time.
0 commit comments