[ https://issues.apache.org/jira/browse/HADOOP-5913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hemanth Yamijala updated HADOOP-5913: ------------------------------------- Attachment: HADOOP-5913-11.patch Modified patch that incorporates the comments I raised. I also changed the refactoring slightly. Now, the Queue class is a simple data class with accessors. All the logic still rests with the QueueManager. I moved it to this model because it seemed like the logic was split between Queue and QueueManager and was making it more confusing that way. Queue related tests pass. Running test-patch and tests. > Allow administrators to be able to start and stop queues > --------------------------------------------------------- > > Key: HADOOP-5913 > URL: https://issues.apache.org/jira/browse/HADOOP-5913 > Project: Hadoop Core > Issue Type: New Feature > Components: mapred > Reporter: rahul k singh > Assignee: rahul k singh > Attachments: hadoop-5913-1.patch, hadoop-5913-10.patch, > HADOOP-5913-11.patch, hadoop-5913-2.patch, hadoop-5913-3.patch, > hadoop-5913-4.patch, hadoop-5913-5.patch, hadoop-5913-6.patch, > hadoop-5913-7.patch, hadoop-5913-8.patch, hadoop-5913-9.patch > > > This feature would provide functionality to stop and start queues in Hadoop > at runtime. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.