Databricks · Schema

SparkNode

AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Properties

Name Type Description
private_ip string
public_dns string
node_id string
instance_id string
start_timestamp integer
host_private_ip string
View JSON Schema on GitHub

JSON Schema

databricks-sparknode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SparkNode",
  "title": "SparkNode",
  "type": "object",
  "properties": {
    "private_ip": {
      "type": "string",
      "example": "example_value"
    },
    "public_dns": {
      "type": "string",
      "example": "example_value"
    },
    "node_id": {
      "type": "string",
      "example": "500123"
    },
    "instance_id": {
      "type": "string",
      "example": "500123"
    },
    "start_timestamp": {
      "type": "integer",
      "format": "int64",
      "example": 10
    },
    "host_private_ip": {
      "type": "string",
      "example": "example_value"
    }
  }
}