tencentcloud-sdk-emr 3.0.666 → 3.0.667

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b643b75878f318d1715dcacd20acb27c05b151a
4
- data.tar.gz: 81ea48a8c0f10ed1a0278bf81b92ea07168529c3
3
+ metadata.gz: ec4122797c8660a8cb9f290b576bd3254dfed66d
4
+ data.tar.gz: 6bd2340f66cac7bc61cddd266f6d04cdf4eae78b
5
5
  SHA512:
6
- metadata.gz: 39eeaa7336a50d1c76c9afbc957271d81ff7a1e3b6abdd54e626d8b5d9ad1647b626a39ef9fda340492433126b0bf2a08d166b331fab3da77628c60513b90af8
7
- data.tar.gz: a14b46cfcb53b574db195f137125fcf5716023488dd052c755be7a803ad45483b7ef569145d4edbb91ce520623da89a732b3df84a46af6c663ef07195276824f
6
+ metadata.gz: bf8acfbb5e6e44582b4f2ef1593f62631d319606b3bcba0f852950566f828f224d868669577dbee343501e3c1def3a841afdb702765e1627b133e017a1a8b4a8
7
+ data.tar.gz: 5bc9f71804d00bf084da028e5964a3891dd1515d232fe1afac541afbe1d3f99ca63faa8e2d049f57fe23a5afcadf7fe1f36a4de842740b69881cfb2e00b07448
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.666
1
+ 3.0.667
@@ -5645,9 +5645,9 @@ module TencentCloud
5645
5645
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Emr.v20190103.models.InstanceChargePrepaid`
5646
5646
  # @param ScriptBootstrapActionConfig: [引导操作](https://cloud.tencent.com/document/product/589/35656)脚本设置。
5647
5647
  # @type ScriptBootstrapActionConfig: Array
5648
- # @param SoftDeployInfo: 扩容部署服务,新增节点将默认继承当前节点类型中所部署服务,部署服务含默认可选服务,该参数仅支持可选服务填写,如:存量task节点已部署HDFS、YARN、impala;使用api扩容task节不部署impala时,此参数仅填写HDFS、YARN
5648
+ # @param SoftDeployInfo: 扩容部署服务,新增节点将默认继承当前节点类型中所部署服务,部署服务含默认可选服务,该参数仅支持可选服务填写,如:存量task节点已部署HDFS、YARN、impala;使用api扩容task节不部署impala时,部署服务仅填写HDFS、YARN。[组件名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)。
5649
5649
  # @type SoftDeployInfo: Array
5650
- # @param ServiceNodeInfo: 部署进程,默认部署扩容服务的全部进程,支持修改部署进程,如:当前task节点部署服务为:HDFS、YARN、impala,默认部署服务为:DataNode,NodeManager,ImpalaServer,若用户需修改部署进程信息,此参数信息可填写: DataNode,NodeManager,ImpalaServerCoordinator或DataNode,NodeManager,ImpalaServerExecutor
5650
+ # @param ServiceNodeInfo: 部署进程,默认部署扩容服务的全部进程,支持修改部署进程,如:当前task节点部署服务为:HDFS、YARN、impala,默认部署服务为:DataNode,NodeManager,ImpalaServer,若用户需修改部署进程信息,部署进程: DataNode,NodeManager,ImpalaServerCoordinator或DataNode,NodeManager,ImpalaServerExecutor。[进程名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)。
5651
5651
  # @type ServiceNodeInfo: Array
5652
5652
  # @param DisasterRecoverGroupIds: 分散置放群组ID列表,当前只支持指定一个。
5653
5653
  # 该参数可以通过调用 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810)的返回值中的DisasterRecoverGroupId字段来获取。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.666
4
+ version: 3.0.667
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-25 00:00:00.000000000 Z
11
+ date: 2023-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common