Skip to content

Commit 1a6815c

Browse files
shivusondurHyukjinKwon
authored andcommitted
[SPARK-25677][DOC] spark.io.compression.codec = org.apache.spark.io.ZstdCompressionCodec throwing IllegalArgumentException Exception
## What changes were proposed in this pull request? Documentation is updated with proper classname org.apache.spark.io.ZStdCompressionCodec ## How was this patch tested? we used the spark.io.compression.codec = org.apache.spark.io.ZStdCompressionCodec and verified the logs. Closes #22669 from shivusondur/CompressionIssue. Authored-by: shivusondur <[email protected]> Signed-off-by: hyukjinkwon <[email protected]>
1 parent cb90617 commit 1a6815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ Apart from these, the following properties are also available, and may be useful
954954
<code>org.apache.spark.io.LZ4CompressionCodec</code>,
955955
<code>org.apache.spark.io.LZFCompressionCodec</code>,
956956
<code>org.apache.spark.io.SnappyCompressionCodec</code>,
957-
and <code>org.apache.spark.io.ZstdCompressionCodec</code>.
957+
and <code>org.apache.spark.io.ZStdCompressionCodec</code>.
958958
</td>
959959
</tr>
960960
<tr>

0 commit comments

Comments
 (0)