Skip to content

[SPARK-12872][SQL] Support to specify the option for compression codec for JSON datasource - #10858

Closed
HyukjinKwon wants to merge 3 commits into
apache:masterfrom
HyukjinKwon:SPARK-12872
Closed

[SPARK-12872][SQL] Support to specify the option for compression codec for JSON datasource#10858
HyukjinKwon wants to merge 3 commits into
apache:masterfrom
HyukjinKwon:SPARK-12872

Conversation

@HyukjinKwon

Copy link
Copy Markdown
Member

https://issues.apache.org/jira/browse/SPARK-12872

This PR makes the JSON datasource can compress output by option instead of manually setting Hadoop configurations.
For reflecting codec by names, it is similar with #10805.

As CSVCompressionCodecs can be shared with other datasources, it became a separate class to share as CompressionCodecs.

@SparkQA

Copy link
Copy Markdown

Test build #49839 has finished for PR 10858 at commit fbeee56.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin

rxin commented Jan 23, 2016

Copy link
Copy Markdown
Contributor

I'm going to merge this. Thanks.

asfgit pushed a commit that referenced this pull request Feb 26, 2016
…ssion codec for TEXT
## What changes were proposed in this pull request?
https://issues.apache.org/jira/browse/SPARK-13503
This PR makes the TEXT datasource can compress output by option instead of manually setting Hadoop configurations.
For reflecting codec by names, it is similar with #10805 and #10858.
## How was this patch tested?
This was tested with unittests and with `dev/run_tests` for coding style
Author: hyukjinkwon <gurwls223@gmail.com>
Closes#11384 from HyukjinKwon/SPARK-13503.
@HyukjinKwon
HyukjinKwon deleted the SPARK-12872 branch September 23, 2016 18:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@HyukjinKwon@SparkQA@rxin