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
|