zoukankan      html  css  js  c++  java
  • CDH6.2的fair-scheduler.xml

    #设置scheduler类型:

    yarn.resourcemanager.scheduler.class org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <allocations>
    <queue name="root">
    <weight>1.0</weight>
    <schedulingPolicy>drf</schedulingPolicy>
    <aclSubmitApps>*</aclSubmitApps>
    <aclAdministerApps>*</aclAdministerApps>
    <queue name="default">
    <maxResources>1.0%</maxResources>
    <maxRunningApps>2</maxRunningApps>
    <weight>1.0</weight>
    <schedulingPolicy>drf</schedulingPolicy>
    </queue>
    <queue name="users" type="parent">
    <maxResources>69.0%</maxResources>
    <maxRunningApps>15</maxRunningApps>
    <weight>9.0</weight>
    <schedulingPolicy>drf</schedulingPolicy>
    <queue name="airflow">
    <maxResources>90.0%</maxResources>
    <maxRunningApps>15</maxRunningApps>
    <weight>9.0</weight>
    <fairSharePreemptionTimeout>100</fairSharePreemptionTimeout>
    <fairSharePreemptionThreshold>0.2</fairSharePreemptionThreshold>
    <allowPreemptionFrom>false</allowPreemptionFrom>
    <schedulingPolicy>drf</schedulingPolicy>
    </queue>
    </queue>
    <queue name="collects">
    <maxResources>10.0%</maxResources>
    <maxRunningApps>8</maxRunningApps>
    <weight>7.0</weight>
    <schedulingPolicy>drf</schedulingPolicy>
    </queue>
    <queue name="data_bi">
    <maxResources>8.0%</maxResources>
    <maxRunningApps>6</maxRunningApps>
    <weight>7.0</weight>
    <schedulingPolicy>drf</schedulingPolicy>
    </queue>
    <queue name="opay_collects">
    <maxResources>10.0%</maxResources>
    <maxRunningApps>5</maxRunningApps>
    <weight>5.0</weight>
    <schedulingPolicy>drf</schedulingPolicy>
    </queue>
    <queue name="opos_collects">
    <maxResources>1.0%</maxResources>
    <maxRunningApps>8</maxRunningApps>
    <weight>5.0</weight>
    <schedulingPolicy>drf</schedulingPolicy>
    </queue>
    </queue>
    <defaultQueueSchedulingPolicy>fair</defaultQueueSchedulingPolicy>
    <queuePlacementPolicy>
    <rule name="specified" create="false"/>
    <rule name="nestedUserQueue" create="true">
    <rule name="default" create="true" queue="users"/>
    </rule>
    <rule name="default"/>
    </queuePlacementPolicy>
    </allocations>

  • 相关阅读:
    constraint更新表列约束默认值
    sql语句 关于日期时间、类型转换的东西
    SQL数据库完全复制
    SQLServer语句 汇总
    SQL Server Profiler使用方法
    SQL语句-批量插入表(表数据插表)
    VS 快捷键
    外部引用 jQuery 库
    mongodb笔记
    Ubuntu16.04安装live-server
  • 原文地址:https://www.cnblogs.com/hongfeng2019/p/12069437.html
Copyright © 2011-2022 走看看