tencentcloud-sdk-emr 3.0.819 → 3.0.820
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190103/models.rb +21 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a2fa2fcfa61990a30d9b6220a2003a28e5a7ed1
|
4
|
+
data.tar.gz: 356e66948331bc750bba608d8bcf66bc979f9db6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 155246de35ccd67f32411d9d822a9b27780da6773cc6d92bd155eaf2c039313f0b150b2d60973c48cdd16948c0cf9be35c79ad687af61f6c65ccac2dfb1b30b9
|
7
|
+
data.tar.gz: c9dfea5314f7d6398eadcbf5b5e8a25e95975677756ce26b84db3f0aa674fec1a9e98f00891d017f27eebbc44d4e544e90148ff154b5a0250515d4466ccb4a58
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.820
|
data/lib/v20190103/models.rb
CHANGED
@@ -710,10 +710,10 @@ module TencentCloud
|
|
710
710
|
|
711
711
|
attr_accessor :Id, :ClusterId, :Ftitle, :ClusterName, :RegionId, :ZoneId, :AppId, :Uin, :ProjectId, :VpcId, :SubnetId, :Status, :AddTime, :RunTime, :Config, :MasterIp, :EmrVersion, :ChargeType, :TradeVersion, :ResourceOrderId, :IsTradeCluster, :AlarmInfo, :IsWoodpeckerCluster, :MetaDb, :Tags, :HiveMetaDb, :ServiceClass, :AliasInfo, :ProductId, :Zone, :SceneName, :SceneServiceClass, :SceneEmrVersion, :DisplayName, :VpcName, :SubnetName, :ClusterExternalServiceInfo, :UniqVpcId, :UniqSubnetId, :TopologyInfoList, :IsMultiZoneCluster, :IsCvmReplace, :ClusterTitle, :ConfigDetail
|
712
712
|
extend Gem::Deprecate
|
713
|
-
deprecate :Ftitle, :none, 2024,
|
714
|
-
deprecate :Ftitle=, :none, 2024,
|
715
|
-
deprecate :Config, :none, 2024,
|
716
|
-
deprecate :Config=, :none, 2024,
|
713
|
+
deprecate :Ftitle, :none, 2024, 5
|
714
|
+
deprecate :Ftitle=, :none, 2024, 5
|
715
|
+
deprecate :Config, :none, 2024, 5
|
716
|
+
deprecate :Config=, :none, 2024, 5
|
717
717
|
|
718
718
|
def initialize(id=nil, clusterid=nil, ftitle=nil, clustername=nil, regionid=nil, zoneid=nil, appid=nil, uin=nil, projectid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, runtime=nil, config=nil, masterip=nil, emrversion=nil, chargetype=nil, tradeversion=nil, resourceorderid=nil, istradecluster=nil, alarminfo=nil, iswoodpeckercluster=nil, metadb=nil, tags=nil, hivemetadb=nil, serviceclass=nil, aliasinfo=nil, productid=nil, zone=nil, scenename=nil, sceneserviceclass=nil, sceneemrversion=nil, displayname=nil, vpcname=nil, subnetname=nil, clusterexternalserviceinfo=nil, uniqvpcid=nil, uniqsubnetid=nil, topologyinfolist=nil, ismultizonecluster=nil, iscvmreplace=nil, clustertitle=nil, configdetail=nil)
|
719
719
|
@Id = id
|
@@ -3538,10 +3538,19 @@ module TencentCloud
|
|
3538
3538
|
# @param PerNodePeakMemoryBytesSum: 单节点内存峰值和(Bytes)
|
3539
3539
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3540
3540
|
# @type PerNodePeakMemoryBytesSum: Integer
|
3541
|
+
# @param BackendsCount: 后端个数
|
3542
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3543
|
+
# @type BackendsCount: Integer
|
3544
|
+
# @param FragmentInstancesCount: fragment数
|
3545
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3546
|
+
# @type FragmentInstancesCount: Integer
|
3547
|
+
# @param RemainingFragmentCount: 剩余未完成Fragment数
|
3548
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3549
|
+
# @type RemainingFragmentCount: Integer
|
3541
3550
|
|
3542
|
-
attr_accessor :Statement, :Id, :StartTime, :Duration, :EndTime, :State, :RowsFetched, :User, :DefaultDB, :Coordinator, :MaxNodePeakMemoryUsage, :QueryType, :ScanHDFSRows, :ScanKUDURows, :ScanRowsTotal, :TotalBytesRead, :TotalBytesSent, :TotalCpuTime, :TotalInnerBytesSent, :TotalScanBytesSent, :EstimatedPerHostMemBytes, :NumRowsFetchedFromCache, :SessionId, :PerNodePeakMemoryBytesSum
|
3551
|
+
attr_accessor :Statement, :Id, :StartTime, :Duration, :EndTime, :State, :RowsFetched, :User, :DefaultDB, :Coordinator, :MaxNodePeakMemoryUsage, :QueryType, :ScanHDFSRows, :ScanKUDURows, :ScanRowsTotal, :TotalBytesRead, :TotalBytesSent, :TotalCpuTime, :TotalInnerBytesSent, :TotalScanBytesSent, :EstimatedPerHostMemBytes, :NumRowsFetchedFromCache, :SessionId, :PerNodePeakMemoryBytesSum, :BackendsCount, :FragmentInstancesCount, :RemainingFragmentCount
|
3543
3552
|
|
3544
|
-
def initialize(statement=nil, id=nil, starttime=nil, duration=nil, endtime=nil, state=nil, rowsfetched=nil, user=nil, defaultdb=nil, coordinator=nil, maxnodepeakmemoryusage=nil, querytype=nil, scanhdfsrows=nil, scankudurows=nil, scanrowstotal=nil, totalbytesread=nil, totalbytessent=nil, totalcputime=nil, totalinnerbytessent=nil, totalscanbytessent=nil, estimatedperhostmembytes=nil, numrowsfetchedfromcache=nil, sessionid=nil, pernodepeakmemorybytessum=nil)
|
3553
|
+
def initialize(statement=nil, id=nil, starttime=nil, duration=nil, endtime=nil, state=nil, rowsfetched=nil, user=nil, defaultdb=nil, coordinator=nil, maxnodepeakmemoryusage=nil, querytype=nil, scanhdfsrows=nil, scankudurows=nil, scanrowstotal=nil, totalbytesread=nil, totalbytessent=nil, totalcputime=nil, totalinnerbytessent=nil, totalscanbytessent=nil, estimatedperhostmembytes=nil, numrowsfetchedfromcache=nil, sessionid=nil, pernodepeakmemorybytessum=nil, backendscount=nil, fragmentinstancescount=nil, remainingfragmentcount=nil)
|
3545
3554
|
@Statement = statement
|
3546
3555
|
@Id = id
|
3547
3556
|
@StartTime = starttime
|
@@ -3566,6 +3575,9 @@ module TencentCloud
|
|
3566
3575
|
@NumRowsFetchedFromCache = numrowsfetchedfromcache
|
3567
3576
|
@SessionId = sessionid
|
3568
3577
|
@PerNodePeakMemoryBytesSum = pernodepeakmemorybytessum
|
3578
|
+
@BackendsCount = backendscount
|
3579
|
+
@FragmentInstancesCount = fragmentinstancescount
|
3580
|
+
@RemainingFragmentCount = remainingfragmentcount
|
3569
3581
|
end
|
3570
3582
|
|
3571
3583
|
def deserialize(params)
|
@@ -3593,6 +3605,9 @@ module TencentCloud
|
|
3593
3605
|
@NumRowsFetchedFromCache = params['NumRowsFetchedFromCache']
|
3594
3606
|
@SessionId = params['SessionId']
|
3595
3607
|
@PerNodePeakMemoryBytesSum = params['PerNodePeakMemoryBytesSum']
|
3608
|
+
@BackendsCount = params['BackendsCount']
|
3609
|
+
@FragmentInstancesCount = params['FragmentInstancesCount']
|
3610
|
+
@RemainingFragmentCount = params['RemainingFragmentCount']
|
3596
3611
|
end
|
3597
3612
|
end
|
3598
3613
|
|
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.
|
4
|
+
version: 3.0.820
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|