Skip to content

Commit

Permalink
parquet codec docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Nov 3, 2014
1 parent e641694 commit 97ee9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ Configuration of Parquet can be done using the `setConf` method on SQLContext or
</tr>
<tr>
<td><code>spark.sql.parquet.compression.codec</code></td>
<td>snappy</td>
<td>gzip</td>
<td>
Sets the compression codec use when writing Parquet files. Acceptable values include:
uncompressed, snappy, gzip, lzo.
Expand Down

0 comments on commit 97ee9f8

Please sign in to comment.