| id |
string |
YARN application ID |
| name |
string |
Application name (usually Giraph followed by the algorithm name) |
| applicationType |
string |
Application type (MAPREDUCE for Giraph) |
| state |
string |
Current application state |
| finalStatus |
string |
Final status after completion |
| progress |
number |
Job completion percentage (0-100) |
| trackingUrl |
string |
URL for job tracking UI |
| queue |
string |
YARN queue name |
| startedTime |
integer |
Job start time in milliseconds since epoch |
| finishedTime |
integer |
Job finish time in milliseconds (0 if still running) |
| elapsedTime |
integer |
Elapsed time in milliseconds |
| numContainers |
integer |
Number of running containers |