aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2013-10-18 23:19:42 -0700
committerReynold Xin <rxin@apache.org>2013-10-18 23:19:42 -0700
commitf628804c023a44bf7506bdca017d9a895dd7eb32 (patch)
tree09281c8626804a200fca1bc65661028ad84436f6 /docs
parent599dcb0ddf740e028cc8faac163303be8f9400a6 (diff)
parent6b6283628553616efb414c15f6e3791815c12016 (diff)
downloadspark-f628804c023a44bf7506bdca017d9a895dd7eb32.tar.gz
spark-f628804c023a44bf7506bdca017d9a895dd7eb32.tar.bz2
spark-f628804c023a44bf7506bdca017d9a895dd7eb32.zip
Merge pull request #76 from pwendell/master
Clarify compression property. Clarifies that this governs compression of internal data, not input data or output data.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index c5900d0e09..97183bafdb 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -149,7 +149,7 @@ Apart from these, the following properties are also available, and may be useful
<td>spark.io.compression.codec</td>
<td>org.apache.spark.io.<br />LZFCompressionCodec</td>
<td>
- The compression codec class to use for various compressions. By default, Spark provides two
+ The codec used to compress internal data such as RDD partitions and shuffle outputs. By default, Spark provides two
codecs: <code>org.apache.spark.io.LZFCompressionCodec</code> and <code>org.apache.spark.io.SnappyCompressionCodec</code>.
</td>
</tr>