You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Neville Li (JIRA)" <ji...@apache.org> on 2017/08/15 02:20:00 UTC

[jira] [Created] (BEAM-2765) HadoopInputFormatIO should support custom key/value coder

Neville Li created BEAM-2765:
--------------------------------

             Summary: HadoopInputFormatIO should support custom key/value coder
                 Key: BEAM-2765
                 URL: https://issues.apache.org/jira/browse/BEAM-2765
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-extensions
    Affects Versions: 2.2.0
            Reporter: Neville Li
            Assignee: Reuven Lax
            Priority: Minor


Right now {{HadoopInputFormatIO}} infers coders with {{getDefaultCoder}} but this doesn't work for cases like {{AvroCoder}} with {{GenericRecord}}, for example, when Avro is used with Parquet.

https://github.com/apache/beam/blob/master/sdks/java/io/hadoop/input-format/src/main/java/org/apache/beam/sdk/io/hadoop/inputformat/HadoopInputFormatIO.java#L288



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