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 "Johan Oskarsson (JIRA)" <ji...@apache.org> on 2007/07/10 20:00:09 UTC

[jira] Resolved: (HADOOP-690) NPE in jobcontrol

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

Johan Oskarsson resolved HADOOP-690.
------------------------------------

    Resolution: Fixed

After looking at the code in 0.8.0 again I believe this was fixed as a part of HADOOP-1253

> NPE in jobcontrol
> -----------------
>
>                 Key: HADOOP-690
>                 URL: https://issues.apache.org/jira/browse/HADOOP-690
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.8.0
>            Reporter: Johan Oskarsson
>            Assignee: Owen O'Malley
>
> While running a few jobs I got this exception:
> Exception in thread "Thread-10" java.lang.NullPointerException
>         at org.apache.hadoop.mapred.jobcontrol.Job.checkRunningState(Job.java:246)
>         at org.apache.hadoop.mapred.jobcontrol.Job.checkState(Job.java:264)
>         at org.apache.hadoop.mapred.jobcontrol.JobControl.checkRunningJobs(JobControl.java:211)
>         at org.apache.hadoop.mapred.jobcontrol.JobControl.run(JobControl.java:280)
> It looks like this was just when all the jobs finished.

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