Repository: spark
Updated Branches:
  refs/heads/branch-2.0 f0d05f669 -> 1b4f7cf13


[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.

(cherry picked from commit cda4603de340d533c49feac1b244ddfd291f9bcf)
Signed-off-by: Reynold Xin <r...@databricks.com>


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

Branch: refs/heads/branch-2.0
Commit: 1b4f7cf135eebc46f07649509a027b6d422dcfdf
Parents: f0d05f6
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:09:04 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/1b4f7cf1/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index e92596b..33b170e 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