All Products
Search
Document Center

E-MapReduce:ApplicationConfig

Last Updated:Oct 15, 2024
ParameterTypeDescriptionExample
object

The parameter configurations.

ApplicationNamestring

The name of the application. You can view the application names of each EMR version on the cluster creation page in the EMR console.

HDFS
ConfigFileNamestring

The name of the configuration file.

hdfs-site.xml
ConfigItemKeystring

The key of the configuration item.

dfs.namenode.checkpoint.period
ConfigItemValuestring

The value of the configuration item.

3600s
ConfigScopestring

The level at which you want to apply the configurations. Valid values:

  • CLUSTER
  • NODE_GROUP

Default value: CLUSTER.

NODE_GROUP
NodeGroupNamestring

The name of the node group. This parameter takes effect only when the ConfigScope parameter is set to NODE_GROUP and the NodeGroupId parameter is not configured.

core-1
NodeGroupIdstring

The node group ID. This parameter takes effect only when the ConfigScope parameter is set to NODE_GROUP. The NodeGroupId parameter has a higher priority than the NodeGroupName parameter.

ng-869471354ecd****