Job Info {{job.currentState}}

Job Name {{job.tags.jobName}} Job Def Id {{job.tags.jobDefId}}
Job Id {{job.tags.jobId}} Job Exec Id {{job.tags.jobExecId}}
User {{job.tags.user}} Queue {{job.tags.queue}}
Site {{job.tags.site}} Job Type {{job.tags.jobType}}
Submission Time {{Time.format(job.submissionTime)}} Duration {{Time.diffStr(job.durationTime)}}
Start Time {{Time.format(job.startTime)}} End Time {{Time.format(job.endTime)}}

Map Reduce

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)}}%

Error Task Attempts ( , {{category}}: {{count}} )

Start Time End Time Host Type Attempt Error Category
{{Time.format(item.startTime)}} {{Time.format(item.endTime)}} {{item.tags.hostname || "-"}} {{item.tags.taskType || "-"}} {{item.tags.taskAttemptId || "-"}} {{item.tags.errorCategory || "-"}}

Job Suggestion ({{jobSuggestionList.length}})

Rule Type Optimizer Suggestion
{{item.tags.ruleType}}
{{item.optimizerSuggestion}}

Dashboards

Top Tasks

Host HDFS Read HDFS Write Local Read Local Write
{{task.host || "[" + task.tags.taskId + "]"}} {{common.number.format(task.jobCounters.counters["org.apache.hadoop.mapreduce.FileSystemCounter"].HDFS_BYTES_READ)}} {{common.number.format(task.jobCounters.counters["org.apache.hadoop.mapreduce.FileSystemCounter"].HDFS_BYTES_WRITTEN)}} {{common.number.format(task.jobCounters.counters["org.apache.hadoop.mapreduce.FileSystemCounter"].FILE_BYTES_READ)}} {{common.number.format(task.jobCounters.counters["org.apache.hadoop.mapreduce.FileSystemCounter"].FILE_BYTES_WRITTEN)}}