You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Amir Youssefi (JIRA)" <ji...@apache.org> on 2008/08/20 13:14:47 UTC

[jira] Commented: (HADOOP-3700) Define User exception which can be thrown by user code to skip records

    [ https://issues.apache.org/jira/browse/HADOOP-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623959#action_12623959 ] 

Amir Youssefi commented on HADOOP-3700:
---------------------------------------

For mapper, user can simply skip calling collect and exception doesn't seem to be necessary.

> 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.