Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.21.0
-
None
-
None
Description
Setup have multilevel queue.
parent 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.