[
https://issues.apache.org/jira/browse/HADOOP-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624272#action_12624272
]
Hemanth Yamijala commented on HADOOP-3698:
------------------------------------------
+1 for renaming {{ResourceManagerConf}} to {{QueueManager}}. The earlier name
had a connotation that it was related to the {{Configuration}} or {{JobConf}}
classes, while it was not.
I am not too keen on where the generic properties are defined. So, its a 1:1
vote for now.. will look to see if others have any specific preference.
We also need:
{code}
void refresh(Configuration conf);
{code}
added to {{QueueManager}}.
> 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
>
>
> 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.