Wrong error message thrown when we try submit to container queue.
-----------------------------------------------------------------
Key: MAPREDUCE-998
URL: https://issues.apache.org/jira/browse/MAPREDUCE-998
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: contrib/capacity-sched
Affects Versions: 0.21.0
Reporter: Karam Singh
Setup have multilevel queue.
parant queues a,b and has two child queues a11, a12. If we try sub queue "a"
the following error is thrown -":
[
org.apache.hadoop.ipc.RemoteException: java.io.IOException: Queue "a" does not
exist
at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:2758)
at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:2740)
]
where it should have proper like user cannot submit job to container queue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.