You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/27 15:32:00 UTC

[jira] [Commented] (FLINK-7539) Make AvroOutputFormat default codec configurable

    [ https://issues.apache.org/jira/browse/FLINK-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143139#comment-16143139 ] 

ASF GitHub Bot commented on FLINK-7539:
---------------------------------------

GitHub user packet23 opened a pull request:

    https://github.com/apache/flink/pull/4606

    [FLINK-7539] Made AvroOutputFormat default codec configurable.

    Implement site-wide codec defaults.
    
    ## Brief change log
    
    - Added connect.avro.output.codec option
    
    ## Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): no
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: yes
      - The serializers: no
      - The runtime per-record code paths (performance sensitive): no
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no
    
    ## Documentation
    
      - Does this pull request introduce a new feature? yes
      - If yes, how is the feature documented? docs and JavaDocs

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/packet23/flink FLINK-7539

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4606.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4606
    
----
commit cf59242ce09c0c01c22539b772abb8b78dbd632c
Author: Sebastian Klemke <pa...@nerdheim.de>
Date:   2017-08-27T15:25:35Z

    [FLINK-7539] Made AvroOutputFormat default codec configurable.

----


> Make AvroOutputFormat default codec configurable
> ------------------------------------------------
>
>                 Key: FLINK-7539
>                 URL: https://issues.apache.org/jira/browse/FLINK-7539
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Sebastian Klemke
>
> In my organization there is a requirement that all avro datasets stored on HDFS should be compressed. Currently, this requires invoking setCodec() manually on all AvroOutputFormat instances. To ease setting up AvroOutputFormat instances, we'd like to be able to configure default codec site-wide, ideally via flink-conf.yaml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)