Apache Giraph · Example Payload

Giraph Job Application Info Example

ApacheBig DataBSPGraph ProcessingHadoopOpen SourceRetired

Giraph Job Application Info Example is an example object payload from Apache Giraph, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameapplicationTypestatefinalStatusprogresstrackingUrlqueuestartedTimefinishedTimeelapsedTimenumContainers

Example Payload

Raw ↑
{
  "id": "application_1718153645993_0001",
  "name": "Giraph PageRank",
  "applicationType": "MAPREDUCE",
  "state": "RUNNING",
  "finalStatus": "UNDEFINED",
  "progress": "50.0",
  "trackingUrl": "http://localhost:8088/proxy/application_1718153645993_0001/",
  "queue": "default",
  "startedTime": "1718153645993",
  "finishedTime": "0",
  "elapsedTime": "30000",
  "numContainers": "4"
}