Apache Giraph · JSON Structure

Giraph Job Applications Response Structure

YARN applications list response

Type: object Properties: 1
ApacheBig DataBSPGraph ProcessingHadoopOpen SourceRetired

ApplicationsResponse is a JSON Structure definition published by Apache Giraph, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

apps

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-giraph/refs/heads/main/json-structure/giraph-job-applications-response-structure.json",
  "name": "ApplicationsResponse",
  "description": "YARN applications list response",
  "type": "object",
  "properties": {
    "apps": {
      "type": "object"
    }
  }
}