Skip to content

Commit

Permalink
update doc and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Dec 17, 2015
1 parent 14940de commit f49f1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CompressionCodecSuite extends SparkFunSuite {

test("default compression codec") {
val codec = CompressionCodec.createCodec(conf)
assert(codec.getClass === classOf[SnappyCompressionCodec])
assert(codec.getClass === classOf[LZ4CompressionCodec])
testCodec(codec)
}

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td><code>spark.io.compression.codec</code></td>
<td>snappy</td>
<td>lz4</td>
<td>
The codec used to compress internal data such as RDD partitions, broadcast variables and
shuffle outputs. By default, Spark provides three codecs: <code>lz4</code>, <code>lzf</code>,
Expand Down

0 comments on commit f49f1ef

Please sign in to comment.