Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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>