Apache Giraph · Schema

ApplicationInfo

YARN application (Giraph job) status information

ApacheBig DataBSPGraph ProcessingHadoopOpen-SourceRetired

Properties

Name Type Description
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
View JSON Schema on GitHub

JSON Schema

giraph-job-application-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-giraph/refs/heads/main/json-schema/giraph-job-application-info-schema.json",
  "title": "ApplicationInfo",
  "description": "YARN application (Giraph job) status information",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "YARN application ID",
      "example": "application_1718153645993_0001"
    },
    "name": {
      "type": "string",
      "description": "Application name (usually Giraph followed by the algorithm name)",
      "example": "Giraph PageRank"
    },
    "applicationType": {
      "type": "string",
      "description": "Application type (MAPREDUCE for Giraph)",
      "example": "MAPREDUCE"
    },
    "state": {
      "type": "string",
      "description": "Current application state",
      "enum": [
        "NEW",
        "NEW_SAVING",
        "SUBMITTED",
        "ACCEPTED",
        "RUNNING",
        "FINISHED",
        "FAILED",
        "KILLED"
      ],
      "example": "RUNNING"
    },
    "finalStatus": {
      "type": "string",
      "description": "Final status after completion",
      "enum": [
        "UNDEFINED",
        "SUCCEEDED",
        "FAILED",
        "KILLED"
      ],
      "example": "UNDEFINED"
    },
    "progress": {
      "type": "number",
      "description": "Job completion percentage (0-100)",
      "example": "50.0"
    },
    "trackingUrl": {
      "type": "string",
      "description": "URL for job tracking UI",
      "example": "http://localhost:8088/proxy/application_1718153645993_0001/"
    },
    "queue": {
      "type": "string",
      "description": "YARN queue name",
      "example": "default"
    },
    "startedTime": {
      "type": "integer",
      "format": "int64",
      "description": "Job start time in milliseconds since epoch",
      "example": "1718153645993"
    },
    "finishedTime": {
      "type": "integer",
      "format": "int64",
      "description": "Job finish time in milliseconds (0 if still running)",
      "example": "0"
    },
    "elapsedTime": {
      "type": "integer",
      "format": "int64",
      "description": "Elapsed time in milliseconds",
      "example": "30000"
    },
    "numContainers": {
      "type": "integer",
      "description": "Number of running containers",
      "example": "4"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/giraph-job-application-info"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.