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 06:46:00 UTC

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

Kengo Seki created AVRO-2461:
--------------------------------

             Summary: 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


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)