Finished Maps |
{{common.number.toFixed(job.numFinishedMaps)}} |
Failed Maps |
{{common.number.toFixed(job.numFailedMaps)}} |
Total Maps |
{{common.number.toFixed(job.numTotalMaps)}} |
Finished Reduces |
{{common.number.toFixed(job.numFinishedReduces)}} |
Failed Reduces |
{{common.number.toFixed(job.numFailedReduces)}} |
Total Reduces |
{{common.number.toFixed(job.numTotalReduces)}} |
Data Local Maps |
{{common.number.toFixed(job.dataLocalMaps)}}
({{common.number.toFixed(job.dataLocalMapsPercentage * 100)}}%)
|
Rack Local Maps |
{{common.number.toFixed(job.rackLocalMaps)}}
({{common.number.toFixed(job.rackLocalMapsPercentage * 100)}}%)
|
Total Launched Maps |
{{common.number.toFixed(job.totalLaunchedMaps)}} |
Map vCores |
{{common.number.toFixed(job.jobCounters.counters["org.apache.hadoop.mapreduce.JobCounter"].VCORES_MILLIS_MAPS)}} ms |
Map CPU |
{{common.number.toFixed(job.jobCounters.counters.MapTaskAttemptCounter.CPU_MILLISECONDS)}} ms |
HDFS Read Bytes |
{{common.number.abbr(job.jobCounters.counters["org.apache.hadoop.mapreduce.FileSystemCounter"].HDFS_BYTES_READ, true)}}
|
Reduce vCores |
{{common.number.toFixed(job.jobCounters.counters["org.apache.hadoop.mapreduce.JobCounter"].VCORES_MILLIS_REDUCES)}} ms |
Reduce CPU |
{{common.number.toFixed(job.jobCounters.counters.ReduceTaskAttemptCounter.CPU_MILLISECONDS)}} ms |
HDFS Write Bytes |
{{common.number.abbr(job.jobCounters.counters["org.apache.hadoop.mapreduce.FileSystemCounter"].HDFS_BYTES_WRITTEN, true)}}
|
Last Map Duration |
{{Time.diffStr(job.lastMapDuration)}} |
Last Reduce Duration |
{{Time.diffStr(job.lastReduceDuration)}} |
|
|
Map Progress |
{{common.number.toFixed(job.mapProgress)}}% |
Reduce Progress |
{{common.number.toFixed(job.reduceProgress)}}% |
|
|