zoukankan      html  css  js  c++  java
  • <Yarn><Node Labels>

    Go through official docs

    • For the official docs of Yarn node label, plase see here.

    Overview

    • Node label is a way to group nodes with similiar characteristics and applications can specify where to run.
    • Now only node partition is supported, which is:
      • One node can have only one node partition, so a cluster is partitioned to serveral disjoint sub-clusters by node partitions.
      • User need to configure how much resources of each partition can be used by different queues.
      • There are two kinds of node partitions:
        • Exclusive: containers will be allocated to nodes with exactly match node partition.
        • Non-exclusive: if a partition is non-exclusive, it shares idle resource to container request DEFAULT partition.

    Features

  • 相关阅读:
    权限管理命令
    常用命令2
    常用命令1
    queue
    poj 3984
    L3-008 喊山 (30 分)
    常州大学新生寒假训练会试 I 合成反应
    dfs 的全排列
    poj 1154
    hdu 1241
  • 原文地址:https://www.cnblogs.com/wttttt/p/7562836.html
Copyright © 2011-2022 走看看