码迷,mamicode.com
首页 > 其他好文 > 详细

hadoop yarn configure

时间:2015-11-28 10:31:27      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:

<property>
  <description>The minimum allocation for every container request at the RM,
  in MBs. Memory requests lower than this won‘t take effect,
  and the specified value will get allocated at minimum.</description>
  <name>yarn.scheduler.minimum-allocation-mb</name>
  <value>1024</value>
</property>

<property>
  <description>The maximum allocation for every container request at the RM,
  in MBs. Memory requests higher than this won‘t take effect,
  and will get capped to this value.</description>
  <name>yarn.scheduler.maximum-allocation-mb</name>
  <value>8192</value>
</property>

<property>
  <description>The minimum allocation for every container request at the RM,
  in terms of virtual CPU cores. Requests lower than this won‘t take effect,
  and the specified value will get allocated the minimum.</description>
  <name>yarn.scheduler.minimum-allocation-vcores</name>
  <value>1</value>
</property>

<property>
  <description>The maximum allocation for every container request at the RM,
  in terms of virtual CPU cores. Requests higher than this won‘t take effect,
  and will get capped to this value.</description>
  <name>yarn.scheduler.maximum-allocation-vcores</name>
  <value>6</value>
</property>

hadoop yarn configure

标签:

原文地址:http://www.cnblogs.com/huaxiaoyao/p/5002236.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!