[ https://issues.apache.org/jira/browse/HADOOP-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Amar Kamat updated HADOOP-4239: ------------------------------- Attachment: HADOOP-4239-v2.patch Attaching a patch that does the following - Allows {{JobInProgressListener.jobAdded()}} to throw an exception - If {{jobAdded}} fails for any listener then the job is failed and all the listeners are informed about it. The reason the job is _failed_ is because job files should be cleaned up and also the user can check the job's status offline. Added a testcase to test if job submission works as expected. > [mapred] Job submission to an invalid queue should fail. > -------------------------------------------------------- > > Key: HADOOP-4239 > URL: https://issues.apache.org/jira/browse/HADOOP-4239 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.19.0 > Reporter: Vinod K V > Assignee: Hemanth Yamijala > Fix For: 0.20.0 > > 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. - You can reply to this email to add a comment to the issue online.