Apache Giraph · JSON Structure

Giraph Job Cluster Metrics Response Structure

YARN cluster metrics response

Type: object Properties: 1
ApacheBig DataBSPGraph ProcessingHadoopOpen SourceRetired

ClusterMetricsResponse 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

clusterMetrics

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-cluster-metrics-response-structure.json",
  "name": "ClusterMetricsResponse",
  "description": "YARN cluster metrics response",
  "type": "object",
  "properties": {
    "clusterMetrics": {
      "type": "object"
    }
  }
}