[
https://issues.apache.org/jira/browse/HADOOP-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hemanth Yamijala updated HADOOP-3698:
-------------------------------------
Attachment: HADOOP-3698.patch
Thanks for the verification, Owen. The attached patch fixes the test failures.
One of the things I realized is that the name AccessControlException was
clashing in some test cases with the class of the same name in
org.apache.hadoop.fs.permissions package, and it seemed dangerous to include
the same named class. So, I've modified the name to AccessControlIOException,
which seems fair as it extends from an IOException.
> Implement access control for submitting jobs to queues in the JobTracker
> ------------------------------------------------------------------------
>
> Key: HADOOP-3698
> URL: https://issues.apache.org/jira/browse/HADOOP-3698
> Project: Hadoop Core
> Issue Type: New Feature
> Components: mapred
> Reporter: Hemanth Yamijala
> Assignee: Hemanth Yamijala
> Fix For: 0.19.0
>
> Attachments: HADOOP-3698.patch, HADOOP-3698.patch, HADOOP-3698.patch,
> HADOOP-3698.patch, HADOOP-3698.patch
>
>
> HADOOP-3445 implements multiple queues in the JobTracker as part of the new
> resource manager for Hadoop (HADOOP-3421). There needs to be a mechanism to
> control who can submit jobs to a specified queue. This JIRA is for tracking
> the requirements, approach and implementation for the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.