[
https://issues.apache.org/jira/browse/HADOOP-3479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607673#action_12607673
]
Owen O'Malley commented on HADOOP-3479:
---------------------------------------
I should also add that if you had a lot of queues, it would probably make sense
to do:
{code}
bin/hadoop queueadmin -print > orig
emacs $HADOOP_CONF/hadoop-site.xml
bin/hadoop queueadmin -print > new
diff -wc orig new
{code}
to make sure that you changed precisely the desired queue.
> Implement configuration items useful for Hadoop resource manager (v1)
> ---------------------------------------------------------------------
>
> Key: HADOOP-3479
> URL: https://issues.apache.org/jira/browse/HADOOP-3479
> Project: Hadoop Core
> Issue Type: New Feature
> Reporter: Hemanth Yamijala
> Assignee: Hemanth Yamijala
> Attachments: 3479.1.patch, 3479.patch
>
>
> HADOOP-3421 lists requirements for a new resource manager for Hadoop.
> Implementation for these will require support for new configuration items in
> Hadoop. This JIRA is to define such configuration, and track it's
> implementation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.