Repository: spark
Updated Branches:
  refs/heads/master fc17121d5 -> cda4603de


[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....@gmail.com>

Closes #14351 from maropu/FixParquetDoc.


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

Branch: refs/heads/master
Commit: cda4603de340d533c49feac1b244ddfd291f9bcf
Parents: fc17121
Author: Takeshi YAMAMURO <linguin....@gmail.com>
Authored: Mon Jul 25 15:08:58 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Mon Jul 25 15:08:58 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/cda4603d/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index ad123d7..d8c8698 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.


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

Reply via email to