全部产品
Search
文档中心

开源大数据平台E-MapReduce:NodeSelector

更新时间:Aug 27, 2026

名称

类型

描述

示例值

object

节点选择器。

NodeSelectType

string

节点选择类型。取值范围:

  • CLUSTER:集群。

  • NODE_GROUP:节点组。

  • NODE:节点。

CLUSTER

NodeNames

array

节点名称列表。当 NodeSelectType 取值 Node 时,该参数生效。

["core1-1"]

string

节点名称。

master-1-1

NodeGroupId

string

说明

该参数已废弃,替换为 NodeGroupIds 参数。

ng-869471354ecd****

NodeGroupIds

array

节点组 ID 数组

string

ng-869471354ecd****

NodeGroupTypes

array

节点组类型。当 NodeSelectType 取值 NodeGroup,且参数 NodeGroupId 为空时生效。数组元数个数 N 取值范围:0~10。

["CORE","TASK"]

string

节点组类型。取值范围:

  • MASTER:主节点组类型。

  • CORE:核心节点组类型。

  • TASK:计算阶节点组类型。

MASTER

NodeGroupName

string

说明

该参数已废弃,替换为 NodeGroupNames。

master-1

NodeGroupNames

array

节点组名称数组

string

master-1