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

2009-12-22 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-1241:
-

   Resolution: Fixed
Fix Version/s: (was: 0.22.0)
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

+1

I committed this. Thanks, Todd!

> 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
>
> Attachments: mapreduce-1241.txt, 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.



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

2009-12-04 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1241:
---

Status: Open  (was: Patch Available)

> 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, 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.



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

2009-12-04 Thread Todd Lipcon (JIRA)

 [ 
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

Adds license to mapred-queues-default.xml. Since we're now treating them as 
separate files, I also got rid of all of the documentation-y comments from 
-default.

> 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, 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.



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

2009-12-04 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1241:
---

Status: Patch Available  (was: Open)

> 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, 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.



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

2009-12-03 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1241:
---

Status: Patch Available  (was: Open)

Toggling hudson - TestJobHistory test appears to be flaky - I ran it locally 
and it passed, and it should be completely unrelated.

Regarding the release audit warning, it's for mapred-queues-default.xml. 
There's no apache license in it, since there isn't in other default XML 
configs. I think this is OK.

> 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.



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

2009-12-03 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1241:
---

Status: Open  (was: Patch Available)

> 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.



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

2009-12-03 Thread Todd Lipcon (JIRA)

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

Todd Lipcon updated MAPREDUCE-1241:
---

Status: Patch Available  (was: Open)

> 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.



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

2009-12-03 Thread Todd Lipcon (JIRA)

 [ 
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.