You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/07/23 09:57:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16890855#comment-16890855 ] 

ASF subversion and git services commented on AVRO-2461:
-------------------------------------------------------

Commit ad9614acebcf686a67f052ba80ca8eb872402066 in avro's branch refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ad9614a ]

AVRO-2461: Add compression level support to fromjson and recodec (#576)



> 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.14#76016)