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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2009/12/04 00:32:21 UTC

[jira] Updated: (MAPREDUCE-1241) JobTracker should not crash when mapred-queues.xml does not exist

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

Todd Lipcon updated MAPREDUCE-1241:
-----------------------------------

    Attachment: mapreduce-1241.txt

Patch adds a mapred-queues-default.xml into the mapreduce jar (copied from the mapred-queues.xml in the conf/ dir). QueueManager now falls through to the -default version if mapred-queues.xml is not found on the classpath.

Added a unit test for this and also tested manually.

> JobTracker should not crash when mapred-queues.xml does not exist
> -----------------------------------------------------------------
>
>                 Key: MAPREDUCE-1241
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1241
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: mapreduce-1241.txt
>
>
> Currently, if you bring up the JobTracker on an old configuration directory, it gets a NullPointerException looking for the mapred-queues.xml file. It should just assume a default queue and continue.

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