You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Jim Donofrio (JIRA)" <ji...@apache.org> on 2012/09/06 08:54:07 UTC

[jira] [Created] (MAPREDUCE-4639) CombineFileInputFormat#getSplits should throw IOException when input paths contain a directory

Jim Donofrio created MAPREDUCE-4639:
---------------------------------------

             Summary: CombineFileInputFormat#getSplits should throw IOException when input paths contain a directory
                 Key: MAPREDUCE-4639
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4639
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
            Reporter: Jim Donofrio
            Priority: Minor


FileInputFormat#getSplits throws an IOException when the input paths contain a directory. CombineFileInputFormat should do the same, otherwise the jo will not fail until the record reader is initialized when FileSystem#open will say that the directory does not exist.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira