Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Last active March 14, 2016 13:59
Show Gist options
  • Save Lewuathe/99e0d9ddb7116cc06441 to your computer and use it in GitHub Desktop.
Save Lewuathe/99e0d9ddb7116cc06441 to your computer and use it in GitHub Desktop.
<property>
<name>yarn.scheduler.capacity.root.queues</name>
<value>default,custom,custom2</value>
<description>
The queues at the this level (root is the root queue).
</description>
</property>
<property>
<name>yarn.scheduler.capacity.root.default.capacity</name>
<value>20</value>
<description>Default queue target capacity.</description>
</property>
<property>
<name>yarn.scheduler.capacity.root.custom.capacity</name>
<value>20</value>
</property>
<property>
<name>yarn.scheduler.capacity.root.custom2.capacity</name>
<value>60</value>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment