名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
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 |
NodeGroupName | string | 节点组名称。ConfigScope取值NODE_GROUP时,且参数NodeGroupId为空时生效,该参数生效。 | core-1 |
NodeGroupId | string | 节点组ID。ConfigScope取值NODE_GROUP时,该参数生效。NodeGroupId参数优先级高于NodeGroupName。 | ng-869471354ecd**** |