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 "Jing Zhao (JIRA)" <ji...@apache.org> on 2015/02/27 00:12:05 UTC

[jira] [Updated] (MAPREDUCE-6248) Persist DistCp job id in the staging directory

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jing Zhao updated MAPREDUCE-6248:
---------------------------------
    Attachment: MAPREDUCE-6248.000.patch

Patch implementing [~vinodkv]'s proposal. The patch simply adds a new public {{createAndSubmitJob}} method which returns the mapreduce job object.

> Persist DistCp job id in the staging directory
> ----------------------------------------------
>
>                 Key: MAPREDUCE-6248
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6248
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: distcp
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>         Attachments: MAPREDUCE-6248.000.patch
>
>
> Currently the DistCp is acting as a tool and the corresponding MapReduce Job  is created and used inside of its {{execute}} method. It is thus difficult for external services to query its progress and counters. It may be helpful to persist the job id into a file inside its staging directory.



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