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 "Mac Yang (JIRA)" <ji...@apache.org> on 2008/09/17 18:23:44 UTC

[jira] Created: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

Add JobConf and JobID to job related methods in JobTrackerInstrumentation
-------------------------------------------------------------------------

                 Key: HADOOP-4194
                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
             Project: Hadoop Core
          Issue Type: Improvement
          Components: mapred
    Affects Versions: 0.19.0
            Reporter: Mac Yang


For example, would like to change from,
    public void submitJob()
to
    public void submitJob(JobConf conf, JobID id)

So the instrumentation class could retrieve / store job specific information.

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


[jira] Updated: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Mac Yang updated HADOOP-4194:
-----------------------------

    Status: Open  (was: Patch Available)

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Updated: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Mac Yang updated HADOOP-4194:
-----------------------------

    Assignee: Mac Yang
      Status: Patch Available  (was: Open)

Updated JobTrackerInstrumentation with the new signature, also updated files that implement / use those functions.

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Updated: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Mac Yang updated HADOOP-4194:
-----------------------------

    Attachment: HADOOP-4194.patch

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Commented: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Hudson commented on HADOOP-4194:
--------------------------------

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

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Updated: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Runping Qi updated HADOOP-4194:
-------------------------------

     Component/s:     (was: mapred)
                  contrib/chukwa
    Hadoop Flags: [Reviewed]

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Updated: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Runping Qi updated HADOOP-4194:
-------------------------------

    Component/s:     (was: contrib/chukwa)
                 mapred

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Updated: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Arun C Murthy updated HADOOP-4194:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Mac!

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Commented: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Runping Qi commented on HADOOP-4194:
------------------------------------

+1

The changes look good.



> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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


[jira] Updated: (HADOOP-4194) Add JobConf and JobID to job related methods in JobTrackerInstrumentation

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

Mac Yang updated HADOOP-4194:
-----------------------------

    Status: Patch Available  (was: Open)

> Add JobConf and JobID to job related methods in JobTrackerInstrumentation
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-4194
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4194
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.19.0
>            Reporter: Mac Yang
>            Assignee: Mac Yang
>         Attachments: HADOOP-4194.patch
>
>
> For example, would like to change from,
>     public void submitJob()
> to
>     public void submitJob(JobConf conf, JobID id)
> So the instrumentation class could retrieve / store job specific information.

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