Class: TencentCloud::Emr::V20190103::YarnApplication

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190103/models.rb

Overview

Yarn 运行的Application信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, user = nil, name = nil, queue = nil, applicationtype = nil, elapsedtime = nil, state = nil, finalstatus = nil, progress = nil, startedtime = nil, finishedtime = nil, allocatedmb = nil, allocatedvcores = nil, runningcontainers = nil, memoryseconds = nil, vcoreseconds = nil, queueusagepercentage = nil, clusterusagepercentage = nil, preemptedresourcemb = nil, preemptedresourcevcores = nil, numnonamcontainerpreempted = nil, numamcontainerpreempted = nil, mapstotal = nil, mapscompleted = nil, reducestotal = nil, reducescompleted = nil, avgmaptime = nil, avgreducetime = nil, avgshuffletime = nil, avgmergetime = nil, failedreduceattempts = nil, killedreduceattempts = nil, successfulreduceattempts = nil, failedmapattempts = nil, killedmapattempts = nil, successfulmapattempts = nil, gctimemillis = nil, vcoremillismaps = nil, mbmillismaps = nil, vcoremillisreduces = nil, mbmillisreduces = nil, totallaunchedmaps = nil, totallaunchedreduces = nil, mapinputrecords = nil, mapoutputrecords = nil, reduceinputrecords = nil, reduceoutputrecords = nil, hdfsbyteswritten = nil, hdfsbytesread = nil) ⇒ YarnApplication

Returns a new instance of YarnApplication.



14986
14987
14988
14989
14990
14991
14992
14993
14994
14995
14996
14997
14998
14999
15000
15001
15002
15003
15004
15005
15006
15007
15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
15018
15019
15020
15021
15022
15023
15024
15025
15026
15027
15028
15029
15030
15031
15032
15033
15034
15035
15036
# File 'lib/v20190103/models.rb', line 14986

def initialize(id=nil, user=nil, name=nil, queue=nil, applicationtype=nil, elapsedtime=nil, state=nil, finalstatus=nil, progress=nil, startedtime=nil, finishedtime=nil, allocatedmb=nil, allocatedvcores=nil, runningcontainers=nil, memoryseconds=nil, vcoreseconds=nil, queueusagepercentage=nil, clusterusagepercentage=nil, preemptedresourcemb=nil, preemptedresourcevcores=nil, numnonamcontainerpreempted=nil, numamcontainerpreempted=nil, mapstotal=nil, mapscompleted=nil, reducestotal=nil, reducescompleted=nil, avgmaptime=nil, avgreducetime=nil, avgshuffletime=nil, avgmergetime=nil, failedreduceattempts=nil, killedreduceattempts=nil, successfulreduceattempts=nil, failedmapattempts=nil, killedmapattempts=nil, successfulmapattempts=nil, gctimemillis=nil, vcoremillismaps=nil, mbmillismaps=nil, vcoremillisreduces=nil, mbmillisreduces=nil, totallaunchedmaps=nil, totallaunchedreduces=nil, mapinputrecords=nil, mapoutputrecords=nil, reduceinputrecords=nil, reduceoutputrecords=nil, hdfsbyteswritten=nil, hdfsbytesread=nil)
  @Id = id
  @User = user
  @Name = name
  @Queue = queue
  @ApplicationType = applicationtype
  @ElapsedTime = elapsedtime
  @State = state
  @FinalStatus = finalstatus
  @Progress = progress
  @StartedTime = startedtime
  @FinishedTime = finishedtime
  @AllocatedMB = allocatedmb
  @AllocatedVCores = allocatedvcores
  @RunningContainers = runningcontainers
  @MemorySeconds = memoryseconds
  @VCoreSeconds = vcoreseconds
  @QueueUsagePercentage = queueusagepercentage
  @ClusterUsagePercentage = clusterusagepercentage
  @PreemptedResourceMB = preemptedresourcemb
  @PreemptedResourceVCores = preemptedresourcevcores
  @NumNonAMContainerPreempted = numnonamcontainerpreempted
  @NumAMContainerPreempted = numamcontainerpreempted
  @MapsTotal = mapstotal
  @MapsCompleted = mapscompleted
  @ReducesTotal = reducestotal
  @ReducesCompleted = reducescompleted
  @AvgMapTime = avgmaptime
  @AvgReduceTime = avgreducetime
  @AvgShuffleTime = avgshuffletime
  @AvgMergeTime = avgmergetime
  @FailedReduceAttempts = failedreduceattempts
  @KilledReduceAttempts = killedreduceattempts
  @SuccessfulReduceAttempts = successfulreduceattempts
  @FailedMapAttempts = failedmapattempts
  @KilledMapAttempts = killedmapattempts
  @SuccessfulMapAttempts = successfulmapattempts
  @GcTimeMillis = gctimemillis
  @VCoreMillisMaps = vcoremillismaps
  @MbMillisMaps = mbmillismaps
  @VCoreMillisReduces = vcoremillisreduces
  @MbMillisReduces = mbmillisreduces
  @TotalLaunchedMaps = totallaunchedmaps
  @TotalLaunchedReduces = totallaunchedreduces
  @MapInputRecords = mapinputrecords
  @MapOutputRecords = mapoutputrecords
  @ReduceInputRecords = reduceinputrecords
  @ReduceOutputRecords = reduceoutputrecords
  @HDFSBytesWritten = hdfsbyteswritten
  @HDFSBytesRead = hdfsbytesread
end

Instance Attribute Details

#AllocatedMBObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def AllocatedMB
  @AllocatedMB
end

#AllocatedVCoresObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def AllocatedVCores
  @AllocatedVCores
end

#ApplicationTypeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def ApplicationType
  @ApplicationType
end

#AvgMapTimeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def AvgMapTime
  @AvgMapTime
end

#AvgMergeTimeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def AvgMergeTime
  @AvgMergeTime
end

#AvgReduceTimeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def AvgReduceTime
  @AvgReduceTime
end

#AvgShuffleTimeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def AvgShuffleTime
  @AvgShuffleTime
end

#ClusterUsagePercentageObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def ClusterUsagePercentage
  @ClusterUsagePercentage
end

#ElapsedTimeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def ElapsedTime
  @ElapsedTime
end

#FailedMapAttemptsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def FailedMapAttempts
  @FailedMapAttempts
end

#FailedReduceAttemptsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def FailedReduceAttempts
  @FailedReduceAttempts
end

#FinalStatusObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def FinalStatus
  @FinalStatus
end

#FinishedTimeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def FinishedTime
  @FinishedTime
end

#GcTimeMillisObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def GcTimeMillis
  @GcTimeMillis
end

#HDFSBytesReadObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def HDFSBytesRead
  @HDFSBytesRead
end

#HDFSBytesWrittenObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def HDFSBytesWritten
  @HDFSBytesWritten
end

#IdObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def Id
  @Id
end

#KilledMapAttemptsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def KilledMapAttempts
  @KilledMapAttempts
end

#KilledReduceAttemptsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def KilledReduceAttempts
  @KilledReduceAttempts
end

#MapInputRecordsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def MapInputRecords
  @MapInputRecords
end

#MapOutputRecordsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def MapOutputRecords
  @MapOutputRecords
end

#MapsCompletedObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def MapsCompleted
  @MapsCompleted
end

#MapsTotalObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def MapsTotal
  @MapsTotal
end

#MbMillisMapsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def MbMillisMaps
  @MbMillisMaps
end

#MbMillisReducesObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def MbMillisReduces
  @MbMillisReduces
end

#MemorySecondsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def MemorySeconds
  @MemorySeconds
end

#NameObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def Name
  @Name
end

#NumAMContainerPreemptedObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def NumAMContainerPreempted
  @NumAMContainerPreempted
end

#NumNonAMContainerPreemptedObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def NumNonAMContainerPreempted
  @NumNonAMContainerPreempted
end

#PreemptedResourceMBObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def PreemptedResourceMB
  @PreemptedResourceMB
end

#PreemptedResourceVCoresObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def PreemptedResourceVCores
  @PreemptedResourceVCores
end

#ProgressObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def Progress
  @Progress
end

#QueueObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def Queue
  @Queue
end

#QueueUsagePercentageObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def QueueUsagePercentage
  @QueueUsagePercentage
end

#ReduceInputRecordsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def ReduceInputRecords
  @ReduceInputRecords
end

#ReduceOutputRecordsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def ReduceOutputRecords
  @ReduceOutputRecords
end

#ReducesCompletedObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def ReducesCompleted
  @ReducesCompleted
end

#ReducesTotalObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def ReducesTotal
  @ReducesTotal
end

#RunningContainersObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def RunningContainers
  @RunningContainers
end

#StartedTimeObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def StartedTime
  @StartedTime
end

#StateObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def State
  @State
end

#SuccessfulMapAttemptsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def SuccessfulMapAttempts
  @SuccessfulMapAttempts
end

#SuccessfulReduceAttemptsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def SuccessfulReduceAttempts
  @SuccessfulReduceAttempts
end

#TotalLaunchedMapsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def TotalLaunchedMaps
  @TotalLaunchedMaps
end

#TotalLaunchedReducesObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def TotalLaunchedReduces
  @TotalLaunchedReduces
end

#UserObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def User
  @User
end

#VCoreMillisMapsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def VCoreMillisMaps
  @VCoreMillisMaps
end

#VCoreMillisReducesObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def VCoreMillisReduces
  @VCoreMillisReduces
end

#VCoreSecondsObject

Parameters:

  • Id:

    应用ID

  • User:

    用户

  • Name:

    应用名

  • Queue:

    队列

  • ApplicationType:

    应用类型

  • ElapsedTime:

    运行时间

  • State:

    状态

  • FinalStatus:

    最终状态

  • Progress:

    进度

  • StartedTime:

    开始时间毫秒

  • FinishedTime:

    结束时间毫秒

  • AllocatedMB:

    申请内存MB

  • AllocatedVCores:

    申请VCores

  • RunningContainers:

    运行的Containers数

  • MemorySeconds:

    内存MB*时间秒

  • VCoreSeconds:

    VCores*时间秒

  • QueueUsagePercentage:

    队列资源占比

  • ClusterUsagePercentage:

    集群资源占比

  • PreemptedResourceMB:

    预占用的内存

  • PreemptedResourceVCores:

    预占用的VCore

  • NumNonAMContainerPreempted:

    预占的非应用程序主节点容器数量

  • NumAMContainerPreempted:

    AM预占用的容器数量

  • MapsTotal:

    Map总数

  • MapsCompleted:

    完成的Map数

  • ReducesTotal:

    Reduce总数

  • ReducesCompleted:

    完成的Reduce数

  • AvgMapTime:

    平均Map时间

  • AvgReduceTime:

    平均Reduce时间

  • AvgShuffleTime:

    平均Shuffle时间毫秒

  • AvgMergeTime:

    平均Merge时间毫秒

  • FailedReduceAttempts:

    失败的Reduce执行次数

  • KilledReduceAttempts:

    Kill的Reduce执行次数

  • SuccessfulReduceAttempts:

    成功的Reduce执行次数

  • FailedMapAttempts:

    失败的Map执行次数

  • KilledMapAttempts:

    Kill的Map执行次数

  • SuccessfulMapAttempts:

    成功的Map执行次数

  • GcTimeMillis:

    GC毫秒

  • VCoreMillisMaps:

    Map使用的VCore毫秒

  • MbMillisMaps:

    Map使用的内存毫秒

  • VCoreMillisReduces:

    Reduce使用的VCore毫秒

  • MbMillisReduces:

    Reduce使用的内存毫秒

  • TotalLaunchedMaps:

    启动Map的总数

  • TotalLaunchedReduces:

    启动Reduce的总数

  • MapInputRecords:

    Map输入记录数

  • MapOutputRecords:

    Map输出记录数

  • ReduceInputRecords:

    Reduce输入记录数

  • ReduceOutputRecords:

    Reduce输出记录数

  • HDFSBytesWritten:

    HDFS写入字节数

  • HDFSBytesRead:

    HDFS读取字节数



14984
14985
14986
# File 'lib/v20190103/models.rb', line 14984

def VCoreSeconds
  @VCoreSeconds
end

Instance Method Details

#deserialize(params) ⇒ Object



15038
15039
15040
15041
15042
15043
15044
15045
15046
15047
15048
15049
15050
15051
15052
15053
15054
15055
15056
15057
15058
15059
15060
15061
15062
15063
15064
15065
15066
15067
15068
15069
15070
15071
15072
15073
15074
15075
15076
15077
15078
15079
15080
15081
15082
15083
15084
15085
15086
15087
15088
# File 'lib/v20190103/models.rb', line 15038

def deserialize(params)
  @Id = params['Id']
  @User = params['User']
  @Name = params['Name']
  @Queue = params['Queue']
  @ApplicationType = params['ApplicationType']
  @ElapsedTime = params['ElapsedTime']
  @State = params['State']
  @FinalStatus = params['FinalStatus']
  @Progress = params['Progress']
  @StartedTime = params['StartedTime']
  @FinishedTime = params['FinishedTime']
  @AllocatedMB = params['AllocatedMB']
  @AllocatedVCores = params['AllocatedVCores']
  @RunningContainers = params['RunningContainers']
  @MemorySeconds = params['MemorySeconds']
  @VCoreSeconds = params['VCoreSeconds']
  @QueueUsagePercentage = params['QueueUsagePercentage']
  @ClusterUsagePercentage = params['ClusterUsagePercentage']
  @PreemptedResourceMB = params['PreemptedResourceMB']
  @PreemptedResourceVCores = params['PreemptedResourceVCores']
  @NumNonAMContainerPreempted = params['NumNonAMContainerPreempted']
  @NumAMContainerPreempted = params['NumAMContainerPreempted']
  @MapsTotal = params['MapsTotal']
  @MapsCompleted = params['MapsCompleted']
  @ReducesTotal = params['ReducesTotal']
  @ReducesCompleted = params['ReducesCompleted']
  @AvgMapTime = params['AvgMapTime']
  @AvgReduceTime = params['AvgReduceTime']
  @AvgShuffleTime = params['AvgShuffleTime']
  @AvgMergeTime = params['AvgMergeTime']
  @FailedReduceAttempts = params['FailedReduceAttempts']
  @KilledReduceAttempts = params['KilledReduceAttempts']
  @SuccessfulReduceAttempts = params['SuccessfulReduceAttempts']
  @FailedMapAttempts = params['FailedMapAttempts']
  @KilledMapAttempts = params['KilledMapAttempts']
  @SuccessfulMapAttempts = params['SuccessfulMapAttempts']
  @GcTimeMillis = params['GcTimeMillis']
  @VCoreMillisMaps = params['VCoreMillisMaps']
  @MbMillisMaps = params['MbMillisMaps']
  @VCoreMillisReduces = params['VCoreMillisReduces']
  @MbMillisReduces = params['MbMillisReduces']
  @TotalLaunchedMaps = params['TotalLaunchedMaps']
  @TotalLaunchedReduces = params['TotalLaunchedReduces']
  @MapInputRecords = params['MapInputRecords']
  @MapOutputRecords = params['MapOutputRecords']
  @ReduceInputRecords = params['ReduceInputRecords']
  @ReduceOutputRecords = params['ReduceOutputRecords']
  @HDFSBytesWritten = params['HDFSBytesWritten']
  @HDFSBytesRead = params['HDFSBytesRead']
end