timePeriod | String | The time period over which this report is generated. | [optional] |
user | String | The user being reported. | [optional] |
group | String | The group this user belongs to. | [optional] |
cpuSec | BigDecimal | Amount of CPU time (in seconds) taken up this user's MapReduce jobs. | [optional] |
memoryBytes | BigDecimal | The sum of physical memory used (collected as a snapshot) by this user's MapReduce jobs. | [optional] |
jobCount | BigDecimal | Number of jobs. | [optional] |
taskCount | BigDecimal | Number of tasks. | [optional] |
durationSec | BigDecimal | Total duration of this user's MapReduce jobs. | [optional] |
failedMaps | BigDecimal | Failed maps of this user's MapReduce jobs. Available since v11. | [optional] |
totalMaps | BigDecimal | Total maps of this user's MapReduce jobs. Available since v11. | [optional] |
failedReduces | BigDecimal | Failed reduces of this user's MapReduce jobs. Available since v11. | [optional] |
totalReduces | BigDecimal | Total reduces of this user's MapReduce jobs. Available since v11. | [optional] |
mapInputBytes | BigDecimal | Map input bytes of this user's MapReduce jobs. Available since v11. | [optional] |
mapOutputBytes | BigDecimal | Map output bytes of this user's MapReduce jobs. Available since v11. | [optional] |
hdfsBytesRead | BigDecimal | HDFS bytes read of this user's MapReduce jobs. Available since v11. | [optional] |
hdfsBytesWritten | BigDecimal | HDFS bytes written of this user's MapReduce jobs. Available since v11. | [optional] |
localBytesRead | BigDecimal | Local bytes read of this user's MapReduce jobs. Available since v11. | [optional] |
localBytesWritten | BigDecimal | Local bytes written of this user's MapReduce jobs. Available since v11. | [optional] |
dataLocalMaps | BigDecimal | Data local maps of this user's MapReduce jobs. Available since v11. | [optional] |
rackLocalMaps | BigDecimal | Rack local maps of this user's MapReduce jobs. Available since v11. | [optional] |