When extending inputsplit (non-FileSplit), all exceptions are ignored
---------------------------------------------------------------------

                 Key: MAPREDUCE-2357
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2357
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: task
            Reporter: Owen O'Malley
            Assignee: Luke Lu
             Fix For: 0.20.100


if you're using a custom RecordReader/InputFormat setup and using an
InputSplit that does NOT extend FileSplit, then any exceptions you throw in 
your RecordReader.nextKeyValue() function
are silently ignored.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to