You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Thomas Kathmann (JIRA)" <ji...@apache.org> on 2009/11/23 16:34:39 UTC

[jira] Created: (MAPREDUCE-1234) getJobID() returns null on org.apache.hadoop.mapreduce.Job after job was submitted

getJobID() returns null on org.apache.hadoop.mapreduce.Job after job was submitted
----------------------------------------------------------------------------------

                 Key: MAPREDUCE-1234
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1234
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
    Affects Versions: 0.20.1
         Environment: Run on Win XP, but will propably occur on any system
            Reporter: Thomas Kathmann
            Priority: Minor


After an instance of org.apache.hadoop.mapreduce.Job is submitted via submit() the method getJobID() returns null.

The code of the submit() method should include something like:
setJobID(info.getJobID());

after
info = jobClient.submitJobInternal(conf);












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


[jira] Resolved: (MAPREDUCE-1234) getJobID() returns null on org.apache.hadoop.mapreduce.Job after job was submitted

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

Amareshwari Sriramadasu resolved MAPREDUCE-1234.
------------------------------------------------

    Resolution: Duplicate

Duplicate of MAPREDUCE-118

> getJobID() returns null on org.apache.hadoop.mapreduce.Job after job was submitted
> ----------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1234
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1234
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.20.1
>         Environment: Run on Win XP, but will propably occur on any system
>            Reporter: Thomas Kathmann
>            Priority: Minor
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> After an instance of org.apache.hadoop.mapreduce.Job is submitted via submit() the method getJobID() returns null.
> The code of the submit() method should include something like:
> setJobID(info.getJobID());
> after
> info = jobClient.submitJobInternal(conf);

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