Define User exception which can be thrown by user code to skip records
----------------------------------------------------------------------

                 Key: HADOOP-3700
                 URL: https://issues.apache.org/jira/browse/HADOOP-3700
             Project: Hadoop Core
          Issue Type: New Feature
          Components: mapred
            Reporter: Sharad Agarwal


Currently there is no way, where user code can throw a specific Exception to 
notify the framework about skipping that record and move forward. 
This can be implemented in map, reduce, combine, and output format (maybe) as 
well as input method.
To get the skip behavior, the user needs to write code that throws these 
exceptions, so this would not change the systems default behavior. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to