You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2019/07/03 12:53:00 UTC

[jira] [Updated] (AVRO-2461) Add compression level support to avro-tools' fromjson and recodec

     [ https://issues.apache.org/jira/browse/AVRO-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki updated AVRO-2461:
-----------------------------
    Status: Patch Available  (was: Open)

> Add compression level support to avro-tools' fromjson and recodec
> -----------------------------------------------------------------
>
>                 Key: AVRO-2461
>                 URL: https://issues.apache.org/jira/browse/AVRO-2461
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java, tools
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> These commands have the {{--level}} option, but it's applied only to deflate and xz.
> {code}
> $ java -jar avro-tools-1.9.0.jar fromjson
> Expected 1 arg: input_file
> Option                  Description
> ------                  -----------
> --codec <String>        Compression codec (default: null)
> --level <Integer>       Compression level (only applies to deflate and xz)
>                           (default: -1)
> {code}
> Zstandard also has compression level feature, so it'd be useful if users can specify it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)