Apache Giraph · Schema

ApplicationResponse

Single YARN application response

ApacheBig DataBSPGraph ProcessingHadoopOpen SourceRetired

Properties

Name Type Description
app object
View JSON Schema on GitHub

JSON Schema

giraph-job-application-response-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-response-schema.json",
  "title": "ApplicationResponse",
  "description": "Single YARN application response",
  "type": "object",
  "properties": {
    "app": {
      "$ref": "#/components/schemas/ApplicationInfo"
    }
  }
}