Azure Databricks · JSON Structure

Azure Databricks Spark Node Structure

Type: object Properties: 6
AnalyticsApache SparkBig DataData EngineeringMachine Learning

SparkNode is a JSON Structure definition published by Azure Databricks, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

private_ip public_dns node_id instance_id start_timestamp host_private_ip

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SparkNode",
  "type": "object",
  "properties": {
    "private_ip": {
      "type": "string"
    },
    "public_dns": {
      "type": "string"
    },
    "node_id": {
      "type": "string"
    },
    "instance_id": {
      "type": "string"
    },
    "start_timestamp": {
      "type": "integer"
    },
    "host_private_ip": {
      "type": "string"
    }
  }
}