From 9329a7d4cd10a080dad451e4173c85f2a04809d6 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Mon, 2 Sep 2013 10:15:22 -0700 Subject: Fix spark.io.compression.codec and change default codec to LZF --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/configuration.md b/docs/configuration.md index aaf85ed4f4..310e78a9eb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -147,7 +147,7 @@ Apart from these, the following properties are also available, and may be useful spark.io.compression.codec - org.apache.spark.io.
SnappyCompressionCodec + org.apache.spark.io.
LZFCompressionCodec The compression codec class to use for various compressions. By default, Spark provides two codecs: org.apache.spark.io.LZFCompressionCodec and org.apache.spark.io.SnappyCompressionCodec. -- cgit v1.2.3