[
https://issues.apache.org/jira/browse/AVRO-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Wikieł resolved AVRO-1862.
--------------------------------
Resolution: Not A Problem
> AvroOutputFormat saves compressed avrò files without respecting codec's
> default extension
> -----------------------------------------------------------------------------------------
>
> Key: AVRO-1862
> URL: https://issues.apache.org/jira/browse/AVRO-1862
> Project: Apache Avro
> Issue Type: Improvement
> Components: java
> Affects Versions: 1.8.1
> Reporter: Piotr Wikieł
> Priority: Minor
> Labels: patch
> Fix For: 1.9.0
>
> Attachments: AVRO-1862-1.patch, AVRO-1862.patch
>
>
> Common pattern in naming compressed files is giving them extension derived
> from compression codec, for example: {{.gz}}, {{.zip}}, {{.bz2}}.
> {{AvroOutputFormat}} currently does not respect this convention.
> I've adapted some code from Hadoop's {{TextOutputFormat}} in
> backward-compatible manner adding following {{JobConf}} property:
> {{avro.mapred.output.extension.from-codec}} ({{boolean}}, default: {{false}})
> - when set to {{true}}, extension will be changed according to above rule.
> EDIT: Please take a look at first comment for an update. {{.gz.avro}},
> {{.snappy.avro}} will be an extension of the file when above property will be
> set to true.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)