CreateCluster_E-MapReduce_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
emr:CreateCluster
Create
全部资源
*

请求参数

字段名称字段详情
RegionIdstring

地域 ID。

示例值:cn-hangzhou
ResourceGroupIdstring

资源组 ID。

示例值:rg-acfmzabjyop****
PaymentTypestring

付费类型。取值范围:展开详情

示例值:PayAsYouGo
SubscriptionConfigSubscriptionConfig
ClusterTypestring

集群类型。取值范围:展开详情

示例值:DATALAKE参考取值来源:
    GetCluster
    RunCluster
    ListClusters
ReleaseVersionstring

EMR 发行版。可通过 EMR 集群售卖页面查看 EMR 发行版。

示例值:EMR-5.16.0参考取值来源:
    ListReleaseVersions
ClusterNamestring

集群名称。长度为 1~128 个字符,必须以大小字母或中文开头,不能以 http:// 和 https:// 开头。可以包含中文、英文、数字、半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)

示例值:emrtest参考取值来源:
    GetCluster
    RunCluster
    ListClusters
DeployModestring

集群中的应用部署模式。取值范围:展开详情

示例值:HA
SecurityModestring

集群 Kerberos 安全模式。取值范围:展开详情

示例值:NORMAL
Applicationsarray<Application>

应用列表。数组元素个数 N 的取值范围:1~100。

子级条数 <= 100
ApplicationConfigsarray<ApplicationConfig>

应用配置。数组元素个数 N 的取值范围:1~1000。

子级条数 <= 1000
NodeAttributesNodeAttributes
NodeGroupsarray<NodeGroupConfig>

节点组配置数组。数组元素个数 N 的取值范围:1~100。

示例值:NORMAL子级条数 <= 100
BootstrapScriptsarray<Script>

引导脚本数组。数组元素个数 N 的取值范围:1~10。

子级条数 <= 10
Tagsarray<Tag>

标签。数组元数个数 N 的取值范围:0~20。

示例值:A7D960FA-6DBA-5E07-8746-A63E3E4D****子级条数 <= 20
ClientTokenstring

幂等客户端 TOKEN。同一个 ClientToken 多次调用的返回结果一致,同一个 ClientToken 最多只创建一个集群。

示例值:A7D960FA-6DBA-5E07-8746-A63E3E4D****
Descriptionstring

集群描述。

示例值:Emr cluster for ETL
DeletionProtectionboolean

集群是否开启删除保护。取值范围:展开详情

示例值:false

返回参数

字段名称字段详情
ClusterIdstring

集群 ID。

示例值:c-b933c5aac7f7***
OperationIdstring

操作 ID。

示例值:op-13c37a77c505****
RequestIdstring

请求 ID。

示例值:DD6B1B2A-5837-5237-ABE4-FF0C8944****

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
OperationDenied
The operation is invalid. %s诊断
400
OutOfStock
The requested resource is sold out in the specified zone, try other types of resources or other regions and zones.诊断
400
QuotaExceeded
Request fail due to quota exceed. %s诊断
400
AccountException
Account exception. %s诊断
400
ConflictParameters
Parameters that must not be used together. %s诊断
400
IncompleteSignature
The request signature is invalid.诊断
400
InvalidAction
The action %s requested is invalid.诊断
400
InvalidParameter
The specified parameter %s is not valid.诊断
400
InvalidParameterValue
The input parameter %s is invalid or out of range.诊断
400
MissingAction
The action %s requested is missing.诊断
400
MissingParameter
The input parameter %s that is mandatory for processing this request is not supplied.诊断
400
NotAuthorized
You do not have permission to perform this action. %s诊断
400
ThrottlingException
The request was denied due to request throttling. %s诊断
404
ResourceNotFound
The resource not found by %s.诊断
500
InternalError
The request processing has failed due to some unknown error, exception or failure.诊断
503
ServiceFailure
The request has failed due to a temporary failure of %s service.诊断
503
ServiceUnavailable
The request has failed due to a temporary failure of the server.诊断

变更历史

变更时间变更内容概要操作
2024-11-28
新增请求参数DeletionProtection
2024-08-20
新增请求参数Description
2023-09-14
删除请求参数LogCollectStrategy
2023-08-29
新增请求参数LogCollectStrategy
2023-04-20
变更请求参数ClusterType
2022-09-17
变更请求参数PaymentType
变更请求参数ClusterName
变更请求参数DeployMode
变更请求参数ApplicationConfigs
变更请求参数NodeAttributes
变更请求参数NodeGroups
变更请求参数BootstrapScripts
2022-09-06
变更错误码400
变更错误码500
2022-09-05
变更错误码400
变更错误码500
变更返回参数
  • 1
  • 2
  • 10 条/页

相关示例

EMR集群创建 CodeSample
2023-02-27