You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ravi Prakash (JIRA)" <ji...@apache.org> on 2015/01/16 18:19:34 UTC

[jira] [Commented] (MAPREDUCE-6217) DistCp return success even if it is killed

    [ https://issues.apache.org/jira/browse/MAPREDUCE-6217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280519#comment-14280519 ] 

Ravi Prakash commented on MAPREDUCE-6217:
-----------------------------------------

Thanks for the bug report Mathieu! Which version of Hadoop are you using? I verified that I got an exitCode of 25 when I killed an application (in trunk)

> DistCp return success even if it is killed
> ------------------------------------------
>
>                 Key: MAPREDUCE-6217
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6217
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Mathieu Chataigner
>
> When a distcp job is killed by yarn application -kill, it does not report a failure to distcp caller.
> This is due to: return DistCpConstants.SUCCESS;
> instead of the return code of the underlying job.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)