You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Richard Ding (JIRA)" <ji...@apache.org> on 2010/06/23 20:26:51 UTC

[jira] Resolved: (PIG-864) Record graph of execution of Map-Reduce jobs executed by a Pig script

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

Richard Ding resolved PIG-864.
------------------------------

    Fix Version/s: 0.8.0
       Resolution: Fixed

PIG-1333 fixed this issue with

* A new entry "pig.parent.jobid" is added to  every MR job that depends on other jobs. The value of this entry is a comma separated Job ids.
* The new API on PigRunner executes a Pig scripts and returns a PigStats object that contains a graph of execution of MR jobs.

> Record graph of execution of Map-Reduce jobs executed by a Pig script
> ---------------------------------------------------------------------
>
>                 Key: PIG-864
>                 URL: https://issues.apache.org/jira/browse/PIG-864
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Arun C Murthy
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>
> It would be useful for offline analysis if Pig were to record the entire graph of Map-Reduce jobs executed by a singe Pig script.
> For starters a simple 'parent jobid' for each MR job in the graph would be nice.

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