-
<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
-
相关阅读:
SpringBoot list查询方法
eclipse创建web项目
loadrunner获取返回值为乱码
连接数据库
lr并发量和迭代的区别
LoadRunner11.00入门教程出现的问题
python学习杂记--函数参数的设置
adb logcat的命令行开启和关闭
python学习杂记--pycharm控制台输出乱码
python学习杂记--装饰器
-
原文地址:https://www.cnblogs.com/wttttt/p/7562836.html
Copyright © 2020-2023
润新知