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
Add missing shortCompressionCodecNames to configuration.
  • Loading branch information
wangyum committed May 25, 2018
commit 877d27055698a872347a04977ae050fef0ba42e7
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ Apart from these, the following properties are also available, and may be useful
<td>lz4</td>
<td>
The codec used to compress internal data such as RDD partitions, event log, broadcast variables
and shuffle outputs. By default, Spark provides three codecs: <code>lz4</code>, <code>lzf</code>,
and <code>snappy</code>. You can also use fully qualified class names to specify the codec,
and shuffle outputs. By default, Spark provides four codecs: <code>lz4</code>, <code>lzf</code>,
<code>snappy</code>, and <code>zstd</code>. You can also use fully qualified class names to specify the codec,
e.g.
<code>org.apache.spark.io.LZ4CompressionCodec</code>,
<code>org.apache.spark.io.LZFCompressionCodec</code>,
Expand Down