更新时间:2022-04-25 GMT+08:00
增加计算资源
功能介绍
该接口用于增加计算资源。
请求消息
请求参数请参见表2。
响应消息
响应参数请参见表3。
示例
- 请求示例
{ "type": "B2", "driver_memory": "13G", "driver_cores": 1, "executor_memory": "10G", "executor_cores": 3, "num_executors": 5 }
- 成功响应示例
{ "is_success": true, "message": "Succeed to add computing resource." }
- 失败响应示例
{ "is_success": false, "error_code": "res.1006", "error_msg": "The content for the request is invalid." }
状态码
状态码请参见状态码。
父主题: 计算资源配置