Apache Giraph · JSON Structure

Giraph Job Application Response Structure

Single YARN application response

Type: object Properties: 1
ApacheBig DataBSPGraph ProcessingHadoopOpen SourceRetired

ApplicationResponse 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

app

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-application-response-structure.json",
  "name": "ApplicationResponse",
  "description": "Single YARN application response",
  "type": "object",
  "properties": {
    "app": {
      "type": "string"
    }
  }
}