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 "Mathieu Chataigner (JIRA)" <ji...@apache.org> on 2015/01/16 17:53:35 UTC

[jira] [Updated] (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:all-tabpanel ]

Mathieu Chataigner updated MAPREDUCE-6217:
------------------------------------------
    Description: 
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.

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