You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Peter Bacsko (Jira)" <ji...@apache.org> on 2021/03/16 14:26:00 UTC

[jira] [Commented] (YARN-10682) The scheduler monitor policies conf should trim values separated by comma

    [ https://issues.apache.org/jira/browse/YARN-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302567#comment-17302567 ] 

Peter Bacsko commented on YARN-10682:
-------------------------------------

+1

Thanks for the patch [~zhuqi] and [~gandras] for the review, committed to trunk.

> The scheduler monitor policies conf should trim values separated by comma
> -------------------------------------------------------------------------
>
>                 Key: YARN-10682
>                 URL: https://issues.apache.org/jira/browse/YARN-10682
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: capacity scheduler
>            Reporter: Qi Zhu
>            Assignee: Qi Zhu
>            Priority: Major
>         Attachments: YARN-10682.001.patch
>
>
> When i configured scheduler monitor policies with space, the RM will start with error.
> The conf should support trim between "," , such as :
> "a,b,c" is supported now, but "a,   b,  c" is not supported now, just add trim in this jira.
>  
> When tested multi policy, it happened.
>  <property>
>  <name>yarn.resourcemanager.scheduler.monitor.policies</name>
>  <value>org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueConfigurationAutoRefreshPolicy,   org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AutoCreatedQueueDeletionPolicy</value>
>  </property>
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org