spark git commit: [SQL][DOC] Fix a default name for parquet compression

2016-07-25 Thread rxin
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 

Closes #14351 from maropu/FixParquetDoc.

(cherry picked from commit cda4603de340d533c49feac1b244ddfd291f9bcf)
Signed-off-by: Reynold Xin 


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 
Authored: Mon Jul 25 15:08:58 2016 -0700
Committer: Reynold Xin 
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
 
 
   spark.sql.parquet.compression.codec
-  gzip
+  snappy
   
 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



spark git commit: [SQL][DOC] Fix a default name for parquet compression

2016-07-25 Thread rxin
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 

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 
Authored: Mon Jul 25 15:08:58 2016 -0700
Committer: Reynold Xin 
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
 
 
   spark.sql.parquet.compression.codec
-  gzip
+  snappy
   
 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