Repository: spark
Updated Branches:
  refs/heads/master cb90617f8 -> 1a6815cd9


[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 <shivuson...@gmail.com>
Signed-off-by: hyukjinkwon <gurwls...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1a6815cd
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1a6815cd
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1a6815cd

Branch: refs/heads/master
Commit: 1a6815cd9f421a106f8d96a36a53042a00f02386
Parents: cb90617
Author: shivusondur <shivuson...@gmail.com>
Authored: Mon Oct 8 15:43:08 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Mon Oct 8 15:43:08 2018 +0800

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1a6815cd/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 5577393..613e214 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -954,7 +954,7 @@ Apart from these, the following properties are also 
available, and may be useful
     <code>org.apache.spark.io.LZ4CompressionCodec</code>,
     <code>org.apache.spark.io.LZFCompressionCodec</code>,
     <code>org.apache.spark.io.SnappyCompressionCodec</code>,
-    and <code>org.apache.spark.io.ZstdCompressionCodec</code>.
+    and <code>org.apache.spark.io.ZStdCompressionCodec</code>.
   </td>
 </tr>
 <tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to