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 "Harsh J (JIRA)" <ji...@apache.org> on 2013/09/03 11:20:53 UTC

[jira] [Resolved] (MAPREDUCE-113) [mapred] Job submission to an invalid queue should fail.

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

Harsh J resolved MAPREDUCE-113.
-------------------------------

    Resolution: Not A Problem

Looks like we already have this immediate-failure (regardless of ACLs). Issue's probably gone stale and this was fixed elsewhere.

{code}
org.apache.hadoop.ipc.RemoteException(java.io.IOException): Queue "invalid" does not exist
	at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:3521)
	at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:3475)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
{code}
                
> [mapred] Job submission to an invalid queue should fail.
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-113
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Amar Kamat
>         Attachments: HADOOP-4239-v2.patch
>
>
> If ACLs are enabled, this case is handled, though not with a clear message to the user. Job submission to an invalid queue should be detected and dealt with. Irrespective of ACLs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira