zoukankan      html  css  js  c++  java
  • hadoop yarn configure

    <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>

  • 相关阅读:
    TP框架模板中IF Else 如何使用?
    Append 后如何使用 fadein淡入效果
    ThinkPad如何修改fn键默认操作
    TP框架ajax U方法不解析怎么办?
    thinkphp session如何取数组
    FTP服务搭建
    Linux系统学习之字符处理
    如何使用zabbix初级监控
    项目同步部署
    巡检常用命令
  • 原文地址:https://www.cnblogs.com/huaxiaoyao/p/5002236.html
Copyright © 2011-2022 走看看