tencentcloud-sdk-nodejs-dlc 4.1.209 → 4.1.223
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.
package/package.json
CHANGED
|
@@ -4969,306 +4969,313 @@ export interface FavorInfo {
|
|
|
4969
4969
|
*/
|
|
4970
4970
|
export interface TaskFullRespInfo {
|
|
4971
4971
|
/**
|
|
4972
|
-
*
|
|
4972
|
+
* <p>任务所属Database的名称。</p>
|
|
4973
4973
|
*/
|
|
4974
4974
|
DatabaseName?: string;
|
|
4975
4975
|
/**
|
|
4976
|
-
*
|
|
4976
|
+
* <p>任务数据量。</p>
|
|
4977
4977
|
*/
|
|
4978
4978
|
DataAmount?: number;
|
|
4979
4979
|
/**
|
|
4980
|
-
*
|
|
4980
|
+
* <p>任务Id。</p>
|
|
4981
4981
|
*/
|
|
4982
4982
|
Id?: string;
|
|
4983
4983
|
/**
|
|
4984
|
-
*
|
|
4984
|
+
* <p>计算耗时,单位: ms</p>
|
|
4985
4985
|
*/
|
|
4986
4986
|
UsedTime?: number;
|
|
4987
4987
|
/**
|
|
4988
|
-
*
|
|
4988
|
+
* <p>任务输出路径。</p>
|
|
4989
4989
|
*/
|
|
4990
4990
|
OutputPath?: string;
|
|
4991
4991
|
/**
|
|
4992
|
-
*
|
|
4992
|
+
* <p>任务创建时间。</p>
|
|
4993
4993
|
*/
|
|
4994
4994
|
CreateTime?: string;
|
|
4995
4995
|
/**
|
|
4996
|
-
*
|
|
4996
|
+
* <p>任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。</p>
|
|
4997
4997
|
*/
|
|
4998
4998
|
State?: number;
|
|
4999
4999
|
/**
|
|
5000
|
-
*
|
|
5000
|
+
* <p>任务SQL类型,DDL|DML等</p>
|
|
5001
5001
|
*/
|
|
5002
5002
|
SQLType?: string;
|
|
5003
5003
|
/**
|
|
5004
|
-
*
|
|
5004
|
+
* <p>任务SQL语句</p>
|
|
5005
5005
|
*/
|
|
5006
5006
|
SQL?: string;
|
|
5007
5007
|
/**
|
|
5008
|
-
*
|
|
5008
|
+
* <p>结果是否过期。</p>
|
|
5009
5009
|
*/
|
|
5010
5010
|
ResultExpired?: boolean;
|
|
5011
5011
|
/**
|
|
5012
|
-
*
|
|
5012
|
+
* <p>数据影响统计信息。</p>
|
|
5013
5013
|
*/
|
|
5014
5014
|
RowAffectInfo?: string;
|
|
5015
5015
|
/**
|
|
5016
|
-
*
|
|
5016
|
+
* <p>任务结果数据表。</p>
|
|
5017
5017
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5018
5018
|
*/
|
|
5019
5019
|
DataSet?: string;
|
|
5020
5020
|
/**
|
|
5021
|
-
*
|
|
5021
|
+
* <p>失败信息, 例如:errorMessage。该字段已废弃。</p>
|
|
5022
5022
|
*/
|
|
5023
5023
|
Error?: string;
|
|
5024
5024
|
/**
|
|
5025
|
-
*
|
|
5025
|
+
* <p>任务执行进度num/100(%)</p>
|
|
5026
5026
|
*/
|
|
5027
5027
|
Percentage?: number;
|
|
5028
5028
|
/**
|
|
5029
|
-
*
|
|
5029
|
+
* <p>任务执行输出信息。</p>
|
|
5030
5030
|
*/
|
|
5031
5031
|
OutputMessage?: string;
|
|
5032
5032
|
/**
|
|
5033
|
-
*
|
|
5033
|
+
* <p>执行SQL的引擎类型</p>
|
|
5034
5034
|
*/
|
|
5035
5035
|
TaskType?: string;
|
|
5036
5036
|
/**
|
|
5037
|
-
*
|
|
5037
|
+
* <p>任务进度明细</p>
|
|
5038
5038
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5039
5039
|
*/
|
|
5040
5040
|
ProgressDetail?: string;
|
|
5041
5041
|
/**
|
|
5042
|
-
*
|
|
5042
|
+
* <p>任务结束时间</p>
|
|
5043
5043
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5044
5044
|
*/
|
|
5045
5045
|
UpdateTime?: string;
|
|
5046
5046
|
/**
|
|
5047
|
-
*
|
|
5047
|
+
* <p>计算资源id</p>
|
|
5048
5048
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5049
5049
|
*/
|
|
5050
5050
|
DataEngineId?: string;
|
|
5051
5051
|
/**
|
|
5052
|
-
*
|
|
5052
|
+
* <p>执行sql的子uin</p>
|
|
5053
5053
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5054
5054
|
*/
|
|
5055
5055
|
OperateUin?: string;
|
|
5056
5056
|
/**
|
|
5057
|
-
*
|
|
5057
|
+
* <p>计算资源名字</p>
|
|
5058
5058
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5059
5059
|
*/
|
|
5060
5060
|
DataEngineName?: string;
|
|
5061
5061
|
/**
|
|
5062
|
-
*
|
|
5062
|
+
* <p>导入类型是本地导入还是cos</p>
|
|
5063
5063
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5064
5064
|
*/
|
|
5065
5065
|
InputType?: string;
|
|
5066
5066
|
/**
|
|
5067
|
-
*
|
|
5067
|
+
* <p>导入配置</p>
|
|
5068
5068
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5069
5069
|
*/
|
|
5070
5070
|
InputConf?: string;
|
|
5071
5071
|
/**
|
|
5072
|
-
*
|
|
5072
|
+
* <p>数据条数</p>
|
|
5073
5073
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5074
5074
|
*/
|
|
5075
5075
|
DataNumber?: number;
|
|
5076
5076
|
/**
|
|
5077
|
-
*
|
|
5077
|
+
* <p>查询数据能不能下载</p>
|
|
5078
5078
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5079
5079
|
*/
|
|
5080
5080
|
CanDownload?: boolean;
|
|
5081
5081
|
/**
|
|
5082
|
-
*
|
|
5082
|
+
* <p>用户别名</p>
|
|
5083
5083
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5084
5084
|
*/
|
|
5085
5085
|
UserAlias?: string;
|
|
5086
5086
|
/**
|
|
5087
|
-
* spark
|
|
5087
|
+
* <p>spark应用作业名</p>
|
|
5088
5088
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5089
5089
|
*/
|
|
5090
5090
|
SparkJobName?: string;
|
|
5091
5091
|
/**
|
|
5092
|
-
* spark应用作业Id
|
|
5092
|
+
* <p>spark应用作业Id</p>
|
|
5093
5093
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5094
5094
|
*/
|
|
5095
5095
|
SparkJobId?: string;
|
|
5096
5096
|
/**
|
|
5097
|
-
* spark应用入口jar
|
|
5097
|
+
* <p>spark应用入口jar文件</p>
|
|
5098
5098
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5099
5099
|
*/
|
|
5100
5100
|
SparkJobFile?: string;
|
|
5101
5101
|
/**
|
|
5102
|
-
* spark ui url
|
|
5102
|
+
* <p>spark ui url</p>
|
|
5103
5103
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5104
5104
|
*/
|
|
5105
5105
|
UiUrl?: string;
|
|
5106
5106
|
/**
|
|
5107
|
-
*
|
|
5107
|
+
* <p>任务耗时,单位: ms</p>
|
|
5108
5108
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5109
5109
|
*/
|
|
5110
5110
|
TotalTime?: number;
|
|
5111
5111
|
/**
|
|
5112
|
-
* spark app job执行task
|
|
5112
|
+
* <p>spark app job执行task的程序入口参数</p>
|
|
5113
5113
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5114
5114
|
*/
|
|
5115
5115
|
CmdArgs?: string;
|
|
5116
5116
|
/**
|
|
5117
|
-
*
|
|
5117
|
+
* <p>集群镜像大版本名称</p>
|
|
5118
5118
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5119
5119
|
*/
|
|
5120
5120
|
ImageVersion?: string;
|
|
5121
5121
|
/**
|
|
5122
|
-
* driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
|
5122
|
+
* <p>driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge</p>
|
|
5123
5123
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5124
5124
|
*/
|
|
5125
5125
|
DriverSize?: string;
|
|
5126
5126
|
/**
|
|
5127
|
-
* executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
|
5127
|
+
* <p>executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge</p>
|
|
5128
5128
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5129
5129
|
*/
|
|
5130
5130
|
ExecutorSize?: string;
|
|
5131
5131
|
/**
|
|
5132
|
-
*
|
|
5132
|
+
* <p>指定executor数量,最小值为1,最大值小于集群规格</p>
|
|
5133
5133
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5134
5134
|
*/
|
|
5135
5135
|
ExecutorNums?: number;
|
|
5136
5136
|
/**
|
|
5137
|
-
*
|
|
5137
|
+
* <p>指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)</p>
|
|
5138
5138
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5139
5139
|
*/
|
|
5140
5140
|
ExecutorMaxNumbers?: number;
|
|
5141
5141
|
/**
|
|
5142
|
-
*
|
|
5142
|
+
* <p>任务公共指标数据</p>
|
|
5143
5143
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5144
5144
|
*/
|
|
5145
5145
|
CommonMetrics?: CommonMetrics;
|
|
5146
5146
|
/**
|
|
5147
|
-
* spark
|
|
5147
|
+
* <p>spark任务指标数据</p>
|
|
5148
5148
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5149
5149
|
*/
|
|
5150
5150
|
SparkMonitorMetrics?: SparkMonitorMetrics;
|
|
5151
5151
|
/**
|
|
5152
|
-
* presto
|
|
5152
|
+
* <p>presto任务指标数据</p>
|
|
5153
5153
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5154
5154
|
*/
|
|
5155
5155
|
PrestoMonitorMetrics?: PrestoMonitorMetrics;
|
|
5156
5156
|
/**
|
|
5157
|
-
*
|
|
5157
|
+
* <p>结果文件格式:默认为csv</p>
|
|
5158
5158
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5159
5159
|
*/
|
|
5160
5160
|
ResultFormat?: string;
|
|
5161
5161
|
/**
|
|
5162
|
-
*
|
|
5162
|
+
* <p>引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎</p>
|
|
5163
5163
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5164
5164
|
*/
|
|
5165
5165
|
EngineTypeDetail?: string;
|
|
5166
5166
|
/**
|
|
5167
|
-
* spark
|
|
5167
|
+
* <p>spark引擎资源组名称</p>
|
|
5168
5168
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5169
5169
|
*/
|
|
5170
5170
|
ResourceGroupName?: string;
|
|
5171
5171
|
/**
|
|
5172
|
-
*
|
|
5172
|
+
* <p>任务来源信息,如thirdPartyApi,dataExploration, sparkAppTask等</p>
|
|
5173
5173
|
*/
|
|
5174
5174
|
Source?: string;
|
|
5175
5175
|
/**
|
|
5176
|
-
*
|
|
5176
|
+
* <p>子渠道信息,一般由第三方调用定义</p>
|
|
5177
5177
|
*/
|
|
5178
5178
|
SourceExtra?: string;
|
|
5179
5179
|
/**
|
|
5180
|
-
*
|
|
5180
|
+
* <p>创建人uin</p>
|
|
5181
5181
|
*/
|
|
5182
5182
|
CreatorUin?: string;
|
|
5183
5183
|
/**
|
|
5184
|
-
*
|
|
5184
|
+
* <p>创建人名字</p>
|
|
5185
5185
|
*/
|
|
5186
5186
|
CreatorAlias?: string;
|
|
5187
5187
|
/**
|
|
5188
|
-
*
|
|
5188
|
+
* <p>引擎参数</p>
|
|
5189
5189
|
*/
|
|
5190
5190
|
CustomizedConf?: string;
|
|
5191
5191
|
/**
|
|
5192
|
-
*
|
|
5193
|
-
示例值:4329
|
|
5192
|
+
* <p>单位秒,累计 CPU* 秒 ( 累计 CPU * 时 = 累计 CPU* 秒/ 3600),统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和<br>示例值:4329</p>
|
|
5194
5193
|
*/
|
|
5195
5194
|
TaskTimeSum?: number;
|
|
5196
5195
|
/**
|
|
5197
|
-
*
|
|
5196
|
+
* <p>引擎执行时间</p>
|
|
5198
5197
|
*/
|
|
5199
5198
|
StageStartTime?: number;
|
|
5200
5199
|
/**
|
|
5201
|
-
*
|
|
5200
|
+
* <p>数据扫描条数</p>
|
|
5202
5201
|
*/
|
|
5203
5202
|
InputRecordsSum?: number;
|
|
5204
5203
|
/**
|
|
5205
|
-
*
|
|
5204
|
+
* <p>健康状态</p>
|
|
5206
5205
|
*/
|
|
5207
5206
|
AnalysisStatusType?: number;
|
|
5208
5207
|
/**
|
|
5209
|
-
*
|
|
5208
|
+
* <p>输出总行数</p>
|
|
5210
5209
|
*/
|
|
5211
5210
|
OutputRecordsSum?: number;
|
|
5212
5211
|
/**
|
|
5213
|
-
*
|
|
5212
|
+
* <p>输出总大小</p>
|
|
5214
5213
|
*/
|
|
5215
5214
|
OutputBytesSum?: number;
|
|
5216
5215
|
/**
|
|
5217
|
-
*
|
|
5216
|
+
* <p>输出文件个数</p>
|
|
5218
5217
|
*/
|
|
5219
5218
|
OutputFilesNum?: number;
|
|
5220
5219
|
/**
|
|
5221
|
-
*
|
|
5220
|
+
* <p>输出小文件个数</p>
|
|
5222
5221
|
*/
|
|
5223
5222
|
OutputSmallFilesNum?: number;
|
|
5224
5223
|
/**
|
|
5225
|
-
*
|
|
5224
|
+
* <p>数据shuffle行数</p>
|
|
5226
5225
|
*/
|
|
5227
5226
|
ShuffleReadRecordsSum?: number;
|
|
5228
5227
|
/**
|
|
5229
|
-
*
|
|
5228
|
+
* <p>数据shuffle大小</p>
|
|
5230
5229
|
*/
|
|
5231
5230
|
ShuffleReadBytesSum?: number;
|
|
5232
5231
|
/**
|
|
5233
|
-
* spark作业id
|
|
5232
|
+
* <p>spark作业id</p>
|
|
5234
5233
|
*/
|
|
5235
5234
|
SparkAppId?: string;
|
|
5236
5235
|
/**
|
|
5237
|
-
*
|
|
5236
|
+
* <p>任务大类,DLC2.0中任务区分为两大类,sql任务和作业任务</p>
|
|
5238
5237
|
*/
|
|
5239
5238
|
TaskCategory?: string;
|
|
5240
5239
|
/**
|
|
5241
|
-
*
|
|
5240
|
+
* <p>任务名称</p>
|
|
5242
5241
|
*/
|
|
5243
5242
|
TaskName?: string;
|
|
5244
5243
|
/**
|
|
5245
|
-
*
|
|
5244
|
+
* <p>引擎类型,用做任务详情页跳转引擎tab</p>
|
|
5246
5245
|
*/
|
|
5247
5246
|
EngineType?: string;
|
|
5248
5247
|
/**
|
|
5249
|
-
*
|
|
5248
|
+
* <p>引擎是否支持洞察数据采集</p>
|
|
5250
5249
|
*/
|
|
5251
5250
|
EngineHasListenerConfig?: boolean;
|
|
5252
5251
|
/**
|
|
5253
|
-
* spark引擎资源组id
|
|
5252
|
+
* <p>spark引擎资源组id</p>
|
|
5254
5253
|
*/
|
|
5255
5254
|
ResourceGroupId?: string;
|
|
5256
5255
|
/**
|
|
5257
|
-
*
|
|
5256
|
+
* <p>任务计算耗时</p>
|
|
5258
5257
|
*/
|
|
5259
5258
|
JobTimeSum?: number;
|
|
5260
5259
|
/**
|
|
5261
|
-
*
|
|
5260
|
+
* <p>任务启动耗时</p>
|
|
5262
5261
|
*/
|
|
5263
5262
|
LaunchTime?: string;
|
|
5264
5263
|
/**
|
|
5265
|
-
* Gpu Driver
|
|
5264
|
+
* <p>Gpu Driver 规格</p>
|
|
5266
5265
|
*/
|
|
5267
5266
|
GpuDriverSize?: number;
|
|
5268
5267
|
/**
|
|
5269
|
-
* Gpu Executor
|
|
5268
|
+
* <p>Gpu Executor 规格</p>
|
|
5270
5269
|
*/
|
|
5271
5270
|
GpuExecutorSize?: number;
|
|
5271
|
+
/**
|
|
5272
|
+
* <p>ShuffleWrite数据量</p>
|
|
5273
|
+
*/
|
|
5274
|
+
ShuffleWriteBytesSum?: number;
|
|
5275
|
+
/**
|
|
5276
|
+
* <p>活跃core</p>
|
|
5277
|
+
*/
|
|
5278
|
+
ActiveCore?: number;
|
|
5272
5279
|
}
|
|
5273
5280
|
/**
|
|
5274
5281
|
* DeleteDataEngine请求参数结构体
|
|
@@ -5455,74 +5462,77 @@ export interface DetachUserPolicyResponse {
|
|
|
5455
5462
|
*/
|
|
5456
5463
|
export interface AnalysisTaskResults {
|
|
5457
5464
|
/**
|
|
5458
|
-
*
|
|
5465
|
+
* <p>任务Id</p>
|
|
5459
5466
|
*/
|
|
5460
5467
|
Id?: string;
|
|
5461
5468
|
/**
|
|
5462
|
-
*
|
|
5469
|
+
* <p>任务创建时间,毫秒时间戳</p>
|
|
5463
5470
|
*/
|
|
5464
5471
|
InstanceStartTime?: number;
|
|
5465
5472
|
/**
|
|
5466
|
-
*
|
|
5473
|
+
* <p>任务结束时间,毫秒时间戳</p>
|
|
5467
5474
|
*/
|
|
5468
5475
|
InstanceCompleteTime?: number;
|
|
5469
5476
|
/**
|
|
5470
|
-
*
|
|
5477
|
+
* <p>任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。</p>
|
|
5471
5478
|
*/
|
|
5472
5479
|
State?: number;
|
|
5473
5480
|
/**
|
|
5474
|
-
*
|
|
5481
|
+
* <p>任务SQL语句</p>
|
|
5475
5482
|
*/
|
|
5476
5483
|
SQL?: string;
|
|
5477
5484
|
/**
|
|
5478
|
-
*
|
|
5485
|
+
* <p>计算资源名字</p>
|
|
5479
5486
|
*/
|
|
5480
5487
|
DataEngineName?: string;
|
|
5481
5488
|
/**
|
|
5482
|
-
*
|
|
5483
|
-
具体的:会统计任务的每个 Spark Stage 第一个 Task 到最后一个 Task 完成时长之和,不包含任务开始的排队耗时(即剔除从任务提交到 Spark Task 开始执行之间的调度等其他耗时),也不包含任务执行过程中多个 Spark Stage 之间因 executor 资源不足而等待执行 Task 所消耗的时间。
|
|
5489
|
+
* <p>单位毫秒,引擎内执行耗时, 反映真正用于计算所需的耗时,即从 Spark 任务第一个 Task 开始执行到任务结束之间的耗时。<br>具体的:会统计任务的每个 Spark Stage 第一个 Task 到最后一个 Task 完成时长之和,不包含任务开始的排队耗时(即剔除从任务提交到 Spark Task 开始执行之间的调度等其他耗时),也不包含任务执行过程中多个 Spark Stage 之间因 executor 资源不足而等待执行 Task 所消耗的时间。</p>
|
|
5484
5490
|
*/
|
|
5485
5491
|
JobTimeSum?: number;
|
|
5486
5492
|
/**
|
|
5487
|
-
*
|
|
5493
|
+
* <p>单位秒,累计 CPU* 秒 ( 累计 CPU * 时 = 累计 CPU* 秒/ 3600),统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和</p>
|
|
5488
5494
|
*/
|
|
5489
5495
|
TaskTimeSum?: number;
|
|
5490
5496
|
/**
|
|
5491
|
-
*
|
|
5497
|
+
* <p>数据扫描总行数</p>
|
|
5492
5498
|
*/
|
|
5493
5499
|
InputRecordsSum?: number;
|
|
5494
5500
|
/**
|
|
5495
|
-
*
|
|
5501
|
+
* <p>数据扫描总 bytes</p>
|
|
5496
5502
|
*/
|
|
5497
5503
|
InputBytesSum?: number;
|
|
5498
5504
|
/**
|
|
5499
|
-
*
|
|
5505
|
+
* <p>输出总行数</p>
|
|
5500
5506
|
*/
|
|
5501
5507
|
OutputRecordsSum?: number;
|
|
5502
5508
|
/**
|
|
5503
|
-
*
|
|
5509
|
+
* <p>输出总 bytes</p>
|
|
5504
5510
|
*/
|
|
5505
5511
|
OutputBytesSum?: number;
|
|
5506
5512
|
/**
|
|
5507
|
-
* shuffle read 总 bytes
|
|
5513
|
+
* <p>shuffle read 总 bytes</p>
|
|
5508
5514
|
*/
|
|
5509
5515
|
ShuffleReadBytesSum?: number;
|
|
5510
5516
|
/**
|
|
5511
|
-
* shuffle read
|
|
5517
|
+
* <p>shuffle read 总行数</p>
|
|
5512
5518
|
*/
|
|
5513
5519
|
ShuffleReadRecordsSum?: number;
|
|
5514
5520
|
/**
|
|
5515
|
-
*
|
|
5521
|
+
* <p>洞察结果类型分类,一个 json 数组,有如下几种类型:SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)</p>
|
|
5516
5522
|
*/
|
|
5517
5523
|
AnalysisStatus?: string;
|
|
5518
5524
|
/**
|
|
5519
|
-
*
|
|
5525
|
+
* <p>任务输出文件总数</p>
|
|
5520
5526
|
*/
|
|
5521
5527
|
OutputFilesNum?: number;
|
|
5522
5528
|
/**
|
|
5523
|
-
*
|
|
5529
|
+
* <p>任务输出小文件总数</p>
|
|
5524
5530
|
*/
|
|
5525
5531
|
OutputSmallFilesNum?: number;
|
|
5532
|
+
/**
|
|
5533
|
+
* <p>shuffle write 总 Bytes 大小</p><p>单位:Bytes</p><p>默认值:无</p>
|
|
5534
|
+
*/
|
|
5535
|
+
ShuffleWriteBytesSum?: number;
|
|
5526
5536
|
}
|
|
5527
5537
|
/**
|
|
5528
5538
|
* UnbindWorkGroupsFromUser返回参数结构体
|