You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Piotr Wikieł (JIRA)" <ji...@apache.org> on 2016/06/15 07:28:09 UTC

[jira] [Created] (AVRO-1862) AvroOutputFormat saves compressed avrò files without respecting codec's default extension

Piotr Wikieł created AVRO-1862:
----------------------------------

             Summary: AvroOutputFormat saves compressed avrò files without respecting codec's default extension
                 Key: AVRO-1862
                 URL: https://issues.apache.org/jira/browse/AVRO-1862
             Project: Avro
          Issue Type: Improvement
          Components: java
            Reporter: Piotr Wikieł
            Priority: Minor


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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)