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 "Koji Noguchi (JIRA)" <ji...@apache.org> on 2008/08/14 21:45:45 UTC

[jira] Created: (HADOOP-3954) Skip records enabled as default.

Skip records enabled as default. 
---------------------------------

                 Key: HADOOP-3954
                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
             Project: Hadoop Core
          Issue Type: Bug
          Components: mapred
         Environment: trunk(0.19) r684968
            Reporter: Koji Noguchi
            Priority: Critical
             Fix For: 0.19.0


Hadoop-153 added feature to skip records that fail the task.
I believe this feature should not be enabled as default.

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


[jira] Commented: (HADOOP-3954) Skip records enabled as default.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624974#action_12624974 ] 

Hadoop QA commented on HADOOP-3954:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12388589/3954_v1.patch
  against trunk revision 688101.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3086/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3086/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3086/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3086/console

This message is automatically generated.

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas updated HADOOP-3954:
----------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed this. Thanks Koji and Sharad

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, 3954_v2.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Assigned: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal reassigned HADOOP-3954:
--------------------------------------

    Assignee: Sharad Agarwal

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Commented: (HADOOP-3954) Skip records enabled as default.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627170#action_12627170 ] 

Hadoop QA commented on HADOOP-3954:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12389148/3954_v2.patch
  against trunk revision 690142.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3146/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3146/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3146/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3146/console

This message is automatically generated.

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, 3954_v2.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal updated HADOOP-3954:
-----------------------------------

    Status: Patch Available  (was: Open)

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, 3954_v2.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal updated HADOOP-3954:
-----------------------------------

    Attachment: 3954_v2.patch

added skip config parameters in hadoop-default

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, 3954_v2.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Commented: (HADOOP-3954) Skip records enabled as default.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625757#action_12625757 ] 

Hadoop QA commented on HADOOP-3954:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12388589/3954_v1.patch
  against trunk revision 689064.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3108/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3108/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3108/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3108/console

This message is automatically generated.

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Commented: (HADOOP-3954) Skip records enabled as default.

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626555#action_12626555 ] 

Devaraj Das commented on HADOOP-3954:
-------------------------------------

Pls add some documentation in hadoop-default around the skip feature.

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Koji Noguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Noguchi updated HADOOP-3954:
---------------------------------

    Attachment: H-3954-1.patch

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Commented: (HADOOP-3954) Skip records enabled as default.

Posted by "Johan Oskarsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624316#action_12624316 ] 

Johan Oskarsson commented on HADOOP-3954:
-----------------------------------------

I agree that it makes sense to disable this by default. Submit the patch for hudson review and then I can commit it.

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal updated HADOOP-3954:
-----------------------------------

    Status: Patch Available  (was: Open)

test failure not related to this patch. Running hudson again.

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal updated HADOOP-3954:
-----------------------------------

    Attachment: 3954_v1.patch

Looks like enabling by default is confusing lot of people. Lets have people explicitly enable whenever they need this functionality.

Attaching the new patch. This also fix the test case, as now it needs to enable the skip functionality before testing it.

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Koji Noguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Noguchi updated HADOOP-3954:
---------------------------------

    Description: 
HADOOP-153 added feature to skip records that fail the task.
I believe this feature should not be enabled as default.

  was:
Hadoop-153 added feature to skip records that fail the task.
I believe this feature should not be enabled as default.


> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Priority: Critical
>             Fix For: 0.19.0
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal updated HADOOP-3954:
-----------------------------------

    Status: Open  (was: Patch Available)

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal updated HADOOP-3954:
-----------------------------------

    Status: Patch Available  (was: Open)

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharad Agarwal updated HADOOP-3954:
-----------------------------------

    Status: Open  (was: Patch Available)

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, 3954_v2.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Commented: (HADOOP-3954) Skip records enabled as default.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627651#action_12627651 ] 

Hudson commented on HADOOP-3954:
--------------------------------

Integrated in Hadoop-trunk #590 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/590/])

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Assignee: Sharad Agarwal
>            Priority: Critical
>             Fix For: 0.19.0
>
>         Attachments: 3954_v1.patch, 3954_v2.patch, H-3954-1.patch
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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


[jira] Updated: (HADOOP-3954) Skip records enabled as default.

Posted by "Koji Noguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Noguchi updated HADOOP-3954:
---------------------------------

    Affects Version/s: 0.19.0

> Skip records enabled as default. 
> ---------------------------------
>
>                 Key: HADOOP-3954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3954
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.19.0
>         Environment: trunk(0.19) r684968
>            Reporter: Koji Noguchi
>            Priority: Critical
>             Fix For: 0.19.0
>
>
> HADOOP-153 added feature to skip records that fail the task.
> I believe this feature should not be enabled as default.

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