Skip to content

Commit ed1a654

Browse files
wangyumHyukjinKwon
authored andcommitted
[SPARK-19112][CORE][FOLLOW-UP] Add missing shortCompressionCodecNames to configuration.
## What changes were proposed in this pull request? Spark provides four codecs: `lz4`, `lzf`, `snappy`, and `zstd`. This pr add missing shortCompressionCodecNames to configuration. ## How was this patch tested? manually tested Author: Yuming Wang <[email protected]> Closes #21431 from wangyum/SPARK-19112.
1 parent 1b1528a commit ed1a654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ Apart from these, the following properties are also available, and may be useful
910910
<td>lz4</td>
911911
<td>
912912
The codec used to compress internal data such as RDD partitions, event log, broadcast variables
913-
and shuffle outputs. By default, Spark provides three codecs: <code>lz4</code>, <code>lzf</code>,
914-
and <code>snappy</code>. You can also use fully qualified class names to specify the codec,
913+
and shuffle outputs. By default, Spark provides four codecs: <code>lz4</code>, <code>lzf</code>,
914+
<code>snappy</code>, and <code>zstd</code>. You can also use fully qualified class names to specify the codec,
915915
e.g.
916916
<code>org.apache.spark.io.LZ4CompressionCodec</code>,
917917
<code>org.apache.spark.io.LZFCompressionCodec</code>,

0 commit comments

Comments
 (0)