You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "bc Wong (JIRA)" <ji...@apache.org> on 2013/12/03 17:26:37 UTC

[jira] [Commented] (AVRO-1234) Avro MapReduce jobs silently ignore input data without '.avro' extension

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

bc Wong commented on AVRO-1234:
-------------------------------

Thanks for the patch, Dave! Would you have time to add a flag for opt-in? (I know it's holidays season. So it's totally fine if you're busy. I'm happy to finish that part for you.)

> Avro MapReduce jobs silently ignore input data without '.avro' extension
> ------------------------------------------------------------------------
>
>                 Key: AVRO-1234
>                 URL: https://issues.apache.org/jira/browse/AVRO-1234
>             Project: Avro
>          Issue Type: Bug
>    Affects Versions: 1.7.3
>            Reporter: Dave Beech
>            Assignee: Dave Beech
>             Fix For: 1.7.6
>
>         Attachments: AVRO-1234.patch
>
>
> The AvroInputFormat class explicitly checks each input path for a '.avro' extension. 
> If only some of the input paths have the correct extension, the remainder are silently ignored and not included in the job. However, if none of the input paths have the extension, the job will continue and succeed even though no map tasks are allocated, and no work is done.
> This only happens using the old mapred API. The new mapreduce API version will happily read files regardless of extension. 
> Is the check necessary?



--
This message was sent by Atlassian JIRA
(v6.1#6144)