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:23:00 UTC

[jira] [Created] (BEAM-2766) HadoopInputFormatIO should support Void/null key/values

Neville Li created BEAM-2766:
--------------------------------

             Summary: HadoopInputFormatIO should support Void/null key/values
                 Key: BEAM-2766
                 URL: https://issues.apache.org/jira/browse/BEAM-2766
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-extensions
    Affects Versions: 2.2.0
            Reporter: Neville Li
            Assignee: Reuven Lax
            Priority: Minor


Many Hadoop {{InputFormat}} implementations use {{Void}} as key/value type and generates null values which causes {{NullPointerException}} in 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#L714

{{HadoopInputFormatIO}} should ignore these and not clone them.



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