Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update docs
  • Loading branch information
wayneguow committed May 30, 2024
commit 5a8246ce6c2f70d31f09a19be743c74ca0d918c1
12 changes: 10 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,11 +1031,19 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.shuffle.unsafe.file.output.buffer</code></td>
<td>32k</td>
<td>
The file system for this buffer size after each partition is written in unsafe shuffle writer.
In KiB unless otherwise specified.
Deprecated since Spark 3.5, please use <code>spark.shuffle.localDisk.file.output.buffer</code>.
</td>
<td>2.3.0</td>
</tr>
<tr>
<td><code>spark.shuffle.localDisk.file.output.buffer</code></td>
<td>32k</td>
<td>
The file system for this buffer size after each partition is written in in all local disk shuffle writers.
In KiB unless otherwise specified.
</td>
<td>3.5.0</td>
</tr>
<tr>
<td><code>spark.shuffle.spill.diskWriteBufferSize</code></td>
<td>1024 * 1024</td>
Expand Down