全部产品
Search
文档中心

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

更新时间:Aug 28, 2026

名称

类型

描述

示例值

object

参数配置

ApplicationName

string

应用名称。从 EMR 控制台集群创建页面可查看到各 EMR 发行版的应用名称列表。

HDFS

ConfigFileName

string

配置文件名称。

hdfs-site.xml

ConfigItemKey

string

配置项键。

dfs.namenode.checkpoint.period

ConfigItemValue

string

配置项值。

3600s

ConfigScope

string

配置范围。取值范围:

  • CLUSTER:集群级别。

  • NODE_GROUP:节点组级别。

默认值:CLUSTER。

NODE_GROUP

NodeGroupName

string

节点组名称。ConfigScope 取值 NODE_GROUP 时,且参数 NodeGroupId 为空时生效,该参数生效。

core-1

NodeGroupId

string

节点组 ID。ConfigScope 取值 NODE_GROUP 时,该参数生效。NodeGroupId 参数优先级高于 NodeGroupName。

ng-869471354ecd****