aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorTakeshi YAMAMURO <linguin.m.s@gmail.com>2016-07-25 15:08:58 -0700
committerReynold Xin <rxin@databricks.com>2016-07-25 15:08:58 -0700
commitcda4603de340d533c49feac1b244ddfd291f9bcf (patch)
treeaaed0c8e4d7366a58660b47ade07ae26d0c74840 /docs/sql-programming-guide.md
parentfc17121d592acbd7405135cd576bafc5c574650e (diff)
downloadspark-cda4603de340d533c49feac1b244ddfd291f9bcf.tar.gz
spark-cda4603de340d533c49feac1b244ddfd291f9bcf.tar.bz2
spark-cda4603de340d533c49feac1b244ddfd291f9bcf.zip
[SQL][DOC] Fix a default name for parquet compression
## What changes were proposed in this pull request? This pr is to fix a wrong description for parquet default compression. Author: Takeshi YAMAMURO <linguin.m.s@gmail.com> Closes #14351 from maropu/FixParquetDoc.
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index ad123d7cea..d8c8698e31 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -749,7 +749,7 @@ Configuration of Parquet can be done using the `setConf` method on `SparkSession
</tr>
<tr>
<td><code>spark.sql.parquet.compression.codec</code></td>
- <td>gzip</td>
+ <td>snappy</td>
<td>
Sets the compression codec use when writing Parquet files. Acceptable values include:
uncompressed, snappy, gzip, lzo.