apiHdfsUsageReportRow
JSON
| property | type | description |
|---|---|---|
| date | date (dateTime) | The date of the report row data. |
| user | user (string) | The user being reported. |
| size | size (long) | Total size (in bytes) of the files owned by this user. This does not include replication in HDFS. |
| rawSize | rawSize (long) | Total size (in bytes) of all the replicas of all the files owned by this user. |
| numFiles | numFiles (long) | Number of files owned by this user. |