Skip to content

Conversation

@HyukjinKwon
Copy link
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

SparkQA commented Jan 21, 2016

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
Copy link
Contributor

rxin commented Jan 23, 2016

I'm going to merge this. Thanks.

@asfgit asfgit closed this in 5af5a02 Jan 23, 2016
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 <[email protected]>

Closes #11384 from HyukjinKwon/SPARK-13503.
@HyukjinKwon HyukjinKwon deleted the SPARK-12872 branch September 23, 2016 18:28
Sign up for free to 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